Período: {{ $from ?? 'Inicio' }} - {{ $to ?? 'Hoy' }}
| Código | Cancha | Cliente | Fecha | Horario | Estado | Total |
|---|---|---|---|---|---|---|
| {{ $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) }} |