@csrf

Modifier vos informations

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

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

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

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

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

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

@endif
@if($user->provider == null)
@if($errors->has('email'))

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

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

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

@endif
@endif
Annuler