@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']) @if (!$event->is_quick_mode) @else Ajouter @endif @endcan
Nombre de lignes filtrées :
Catégorie :
@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
Code pré-inscription Actions Statut Catégorie Prénom Nom Email Email status TéléphoneDomaineSpécialitéMode d'exerciceRégionPaysValidé par Validé le Code inscription
{{-- --}} @endsection @section('scripts') {{-- PrintJS --}} @endsection