@extends('layouts.masterLayout.app') @section('content')

Player Information

@csrf

Yes
No
@if ($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
@if ($errors->has('middle_name'))
{{ $errors->first('middle_name') }}
@endif
@if ($errors->has('family_name'))
{{ $errors->first('family_name') }}
@endif
@if ($errors->has('nick_name'))
{{ $errors->first('nick_name') }}
@endif
@if ($errors->has('dob'))
{{ $errors->first('dob') }}
@endif
@if ($errors->has('id_number'))
{{ $errors->first('id_number') }}
@endif
@if ($errors->has('nationalaties'))
{{ $errors->first('nationalaties') }}
@endif
@if ($errors->has('nationalaties'))
{{ $errors->first('nationalaties') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('sport_id'))
{{ $errors->first('sport_id') }}
@endif
@if ($errors->has('profile_image'))
{{ $errors->first('profile_image') }}
@endif

Yes
No
{{--

--}}

Doctor Information

@if ($errors->has('doctor_name'))
{{ $errors->first('doctor_name') }}
@endif
@if ($errors->has('doctor_moile'))
{{ $errors->first('doctor_mobile') }}
@endif

Emergency Contact

@if ($errors->has('emg_person_name'))
{{ $errors->first('emg_person_name') }}
@endif
@if ($errors->has('emg_person_relation'))
{{ $errors->first('emg_person_relation') }}
@endif
@if ($errors->has('emg_person_mobile'))
{{ $errors->first('emg_person_mobile') }}
@endif
@if ($errors->has('disability_certificate'))
{{ $errors->first('disability_certificate') }}
@endif
@if ($errors->has('medical_certificate'))
{{ $errors->first('medical_certificate') }}
@endif
@endsection