@extends('layout.app') @section('title') Inscription @endsection @section('content')

Modifier un utilisateur

/

@csrf @if ($errors->has('name')) {{ $errors->first('name') }} @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{ __("Annuler") }}
@endsection