@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
@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