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