| Prestation | Date | Heure | Prix adhérent | Prix non-adhérent | Actions |
|---|---|---|---|---|---|
| {{ $prestation->nom }} | {{ App\Tools\Tools::format($prestation->date,'l d F Y' )}} | {{ App\Tools\Tools::format($prestation->date, 'H:i' )}} | {{ $prestation->prix_adherent }}€ | {{ $prestation->prix_non_adherent }}€ | @if (Auth::check() && (Auth::user()->role === 'Super_Admin' || Auth::user()->role === 'Admin')) @endif @if (Auth::check() && Auth::user()->role === 'User') Voir les détails @endif |