@extends('backend.layouts.master') @section('title') Liste pré-inscription @endsection @section('css') @endsection @section('body') @endsection @section('content')
Gestion « {{ $eventTitle }} »
@can('gestion_export')
@endcan
@can(['gestion_add']) @endcan @cannot(['gestion_add']) @can(['gestion_add_limited']) Ajouter @endcan @endcannot
Nombre de lignes filtrées :
Catégorie :
@if ($event->has_matricule) @endif @if ($event->has_membership) @endif @if ($event->has_district) @endif @if ($event->has_club) @endif @if ($event->has_domain) @endif @if ($event->has_specialty) @endif @if ($event->has_mode) @endif @if ($event->has_region) @endif @if ($event->has_country) @endif
Actions Statut CatégorieCarte Prof.Prénom Nom Email @ TéléphoneMembershipDistrictClubDomaineSpécialitéMode d'exerciceRégionPaysCode pré-inscription Validé par Validé le Code inscription
{{-- User Search Modal --}} {{-- Confirmation modals --}} {{-- Toast notification --}}
{{-- Quick Validate Modal (special categories: Exposant, Presse, ONG, Staff, Team, Manager) --}} @can('gestion_validate') @endcan @endsection @section('scripts') @endsection