{{-- resources/views/reports/occupancy.blade.php --}} @extends('layouts.app') @section('title', 'Occupancy Report') @section('page_title', 'Occupancy Report') @section('page_subtitle', $from->format('d M Y') . ' — ' . $to->format('d M Y')) @section('content') @include('reports.partials.nav') @include('reports.partials.filters', ['route' => 'reports.occupancy', 'showExport' => false]) {{-- Stats --}}
| Date | Occupied | Available | Occupancy | Visual |
|---|---|---|---|---|
| {{ $day['date'] }} | {{ $day['occupied'] }} | {{ $day['available'] }} | {{ $day['rate'] }}% |