{{ csrf_field() }}
@if ($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@yield('email_ovh')
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if(auth()->user()->isAdmin())
@if ($errors->has('contrat'))
{{ $errors->first('contrat') }}
@endif
@endif