Ver agenda

Estados

Filtra tus reservas

Agenda
Todas {{ $totalVisibleCount }} @foreach ($statusFilters as $filter) {{ $filter['label'] }} {{ $filter['count'] }} @endforeach @if ($archivedCount > 0) Archivadas {{ $archivedCount }} @endif
@forelse ($bookings as $b)
{{ $b->code }}

{{ $b->customer?->fullName() }}

{{ $b->service?->name }}

{{ $b->status->label() }}

Profesional

{{ $b->employee?->fullName() ?? '—' }}

Total

$ {{ number_format($b->total_amount, 0, ',', '.') }}

{{ $b->scheduled_at?->format('d/m/Y H:i') }}
Ver detalle @if ($b->status === \App\Enums\BookingStatus::Pending)
@csrf @method('PATCH')
@else Agenda @endif
@empty
@endforelse
@if ($bookings->hasPages())
{{ $bookings->links() }}
@endif