@extends('backend.layouts.master') @section('title') Liste pré-inscription @endsection @section('css') @endsection @section('body') @endsection @section('content')
Gestion « {{ $eventTitle }} »
{{--
Présents : {{ $present }}
Validés : {{ $validated }}
Pré-inscrits : {{ $register }}
--}}
@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
{{-- --}} @endsection @section('scripts') {{-- PrintJS --}} @endsection