@extends('layouts.partials.main') @section('Titre') Enregistrer un client @endsection @section('content-pr')

Creer un utilisateur

@csrf @method('POST')

Enregistrer un user

name
Nom de famille
email
Location
N° de telephone
Status
Role
Location
Location
Location
{{-- Enregistrer --}}
@endsection