belongsTo(Guest::class); } public function staff() { return $this->belongsTo(User::class, 'staff_id'); } }