@extends('layouts.admin')
@section('title', 'Housekeeping')
@section('content')
| Room | Type | Priority | Status | Assigned | Actions |
|---|---|---|---|---|---|
| {{ $task->room?->number }} | {{ $task->task_type ?? $task->type ?? '—' }} | {{ $task->assignedTo?->name ?? 'Unassigned' }} | |||
| No tasks scheduled | |||||