@php $current = 'organizers'; if (request()->routeIs('admin.events.*')) $current = 'events'; if (request()->routeIs('admin.orders.*')) $current = 'orders'; if (request()->routeIs('admin.payments.*')) $current = 'payments'; if (request()->routeIs('admin.tickets.*')) $current = 'tickets'; if (request()->routeIs('admin.scan-posts.*')) $current = 'scan-posts'; @endphp
Organisateurs Événements @if(\App\Models\Event::where('status', 'pending')->count() > 0) {{ \App\Models\Event::where('status', 'pending')->count() }} @endif Commandes Paiements Billets Postes de contrôle