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

Trainer Information

@csrf

Trainer
Volunteer @if ($errors->has('trainer_type'))
{{ $errors->first('trainer_type') }}
@endif
@if ($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
@if ($errors->has('family_name'))
{{ $errors->first('family_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('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('sport_id'))
{{ $errors->first('sport_id') }}
@endif

Yes
No
{{--
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
--}}

Parent Information

@if ($errors->has('gardian_name'))
{{ $errors->first('gardian_name') }}
@endif
@if ($errors->has('gardian_relation'))
{{ $errors->first('gardian_relation') }}
@endif
@if ($errors->has('gardian_mobile'))
{{ $errors->first('gardian_mobile') }}
@endif
@if ($errors->has('gardian_email'))
{{ $errors->first('gardian_email') }}
@endif
@if ($errors->has('gardian_address'))
{{ $errors->first('gardian_address') }}
@endif

Emergency Contact

@if ($errors->has('emergency_name'))
{{ $errors->first('emergency_name') }}
@endif
@if ($errors->has('emergency_email'))
{{ $errors->first('emergency_email') }}
@endif
@if ($errors->has('emergency_mobile'))
{{ $errors->first('emergency_mobile') }}
@endif

General Information

{{-- Yes No --}} @if ($errors->has('drug_addiction'))
{{ $errors->first('drug_addiction') }}
@endif
{{-- Yes No --}} @if ($errors->has('criminal_record'))
{{ $errors->first('criminal_record') }}
@endif
{{-- Yes No --}} @if ($errors->has('abuse_record'))
{{ $errors->first('abuse_record') }}
@endif
{{-- Yes No --}} @if ($errors->has('driving_license_record'))
{{ $errors->first('driving_license_record') }}
@endif
{{--
@if ($errors->has('general_detail'))
{{ $errors->first('general_detail') }}
@endif
--}}

Medical Information

@if ($errors->has('food_requirement'))
{{ $errors->first('food_requirement') }}
@endif
@if ($errors->has('suspicion'))
{{ $errors->first('suspicion') }}
@endif
@if ($errors->has('allergy'))
{{ $errors->first('allergy') }}
@endif
@if ($errors->has('neurological_problem'))
{{ $errors->first('neurological_problem') }}
@endif
@if ($errors->has('accessibility_devices'))
{{ $errors->first('accessibility_devices') }}
@endif
@if ($errors->has('mangi_anemia'))
{{ $errors->first('mangi_anemia') }}
@endif
@if ($errors->has('diabet'))
{{ $errors->first('diabet') }}
@endif
@if ($errors->has('hypertension'))
{{ $errors->first('hypertension') }}
@endif
@if ($errors->has('Chronic_infection'))
{{ $errors->first('Chronic_infection') }}
@endif
@if ($errors->has('heart_diseases'))
{{ $errors->first('heart_diseases') }}
@endif
@if ($errors->has('breathing_diseases'))
{{ $errors->first('breathing_diseases') }}
@endif
@if ($errors->has('mental_issues'))
{{ $errors->first('mental_issues') }}
@endif
@if ($errors->has('amputation_organs'))
{{ $errors->first('amputation_organs') }}
@endif
@if ($errors->has('other_health_problems'))
{{ $errors->first('other_health_problems') }}
@endif
@endsection