@extends('layouts.app') @section('title', 'Housekeeping Tasks') @section('breadcrumbs') @endsection @section('content')
Manage room cleaning and maintenance tasks
Pending
8
In Progress
12
Completed
45
Total Tasks
65
Regular Cleaning
Assigned to: Maria Garcia
Scheduled: {{ now()->addHours($i)->format('H:i') }}
Estimated Time: 45 minutes
Deep Cleaning
Assigned to: Juan Rodriguez
Started: {{ now()->subHours($i % 3 + 1)->format('H:i') }}
Progress: {{ 30 + ($i * 5) }}%
| Room | Task Type | Assigned To | Completed Time | Status |
|---|---|---|---|---|
| Room {{ 300 + $i }} | Regular Cleaning | Ana Martinez | {{ now()->subHours($i * 2 + 3)->format('H:i') }} | Completed |