@extends('layouts.admin-modern') @section('page-title', 'Gestion des Réservations') @section('content')
Gérez toutes les réservations de votre plateforme
Total Réservations
{{ $stats['total'] }}
En Attente
{{ $stats['pending'] }}
Confirmées
{{ $stats['confirmed'] }}
Terminées
{{ $stats['completed'] }}
{{ $bookings->total() }} réservation(s) au total
{{ $booking->created_at->format('d/m/Y H:i') }}
{{ $booking->service->categories->first()->name ?? 'N/A' }}
@endif{{ $booking->client->user->name ?? 'N/A' }}
{{ $booking->client->user->email ?? 'N/A' }}
{{ $booking->prestataire->user->name ?? 'N/A' }}
{{ $booking->prestataire->user->email ?? 'N/A' }}
{{ $booking->created_at->format('d/m/Y H:i') }}
{{ $booking->service->categories->first()->name ?? 'N/A' }}
@endif{{ $booking->client->user->name ?? 'N/A' }}
{{ $booking->client->user->email ?? 'N/A' }}
{{ $booking->prestataire->user->name ?? 'N/A' }}
{{ $booking->prestataire->user->email ?? 'N/A' }}