@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('number'))
{{ $errors->first('number') }}
@endif
@if ($errors->has('qualification'))
{{ $errors->first('qualification') }}
@endif
Accepted formats: PDF Only
@if ($errors->has('cv'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif