@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')
@endsection @section('scripts') @endsection