@extends('backend.layouts.master') @section('title') Pré-inscription @endsection @section('css') @endsection @section('body') @endsection @section('content')
Inscription {{ $user->firstname }} {{ $user->name }}
Retour {{-- Valider --}}
@csrf @include('backend.manage.user-data') @include('backend.manage.workshops')
@endsection @section('scripts') @endsection