Reporte de Reservas

Período: {{ $from ?? 'Inicio' }} - {{ $to ?? 'Hoy' }}

@foreach($reservations as $r) @endforeach
CódigoCanchaClienteFechaHorarioEstadoTotal
{{ $r->code }} {{ $r->courtNames() }} {{ $r->customer->first_name }} {{ $r->customer->last_name }} {{ $r->date }} {{ $r->start_time }} - {{ $r->end_time }} {{ $r->status }} ${{ number_format($r->total, 2) }}