@if (session()->has('message'))
Success!.
{{ session('message') }}
@endif @if($isOpen)

{{ $userId ? 'Modification d\' utilisateur' : 'Creation d\' utilisateur' }}

@if($errors->has('fullname'))

{{ $errors->first('fullname') }}

@endif
@if($errors->has('username'))

{{ $errors->first('username') }}

@endif
@if($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if($errors->has('password_confirmation'))

{{ $errors->first('password_confirmation') }}

@endif
@if($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
@if($errors->has('agribusiness_id'))

{{ $errors->first('agribusiness_id') }}

@endif
@if(!$userId)
@if($errors->has('role_id'))

{{ $errors->first('role_id') }}

@endif
@endif
@endif @if($isOpenDelete)

Voulez vous supprimer cet utilisateur ?

@endif