@extends('backend.layouts.master') @section('title') Pré-inscription @endsection @section('css') @section('select2', true) @endsection @section('body') @endsection @section('content')
Inscription {{ $user->firstname }} {{ $user->name }}
Retour {{-- Valider --}}
@csrf @include('backend.participants.user-data') @include('backend.participants.workshops')
@can('participant_validate')
@endcan
@endsection @section('scripts') @if (request()->boolean('modal')) {{-- Pas d'overlay : la transition "Ajouter -> validation" ne doit pas l'afficher --}} @include('backend.participants._modal-bridge', ['showProcessingOverlay' => false]) @endif @endsection