@extends('backend.layouts.master') @section('title') Créer nouveau compte @endsection @section('css') @section('select2', true) @endsection @section('body') @endsection @section('content')
Créer nouveau compte
@csrf @include('backend.participants.user-data') @include('backend.participants.workshops')
@can('participant_validate')
@endcan
@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