@extends('backend.layouts.master') @section('title') Créer nouveau compte @endsection @section('css') @endsection @section('body') @endsection @section('content')
Créer nouveau compte
@csrf @include('backend.manage.user-data') @include('backend.manage.workshops')
@endsection @section('scripts') @endsection