@extends('layouts.view') @section('title') View student @endsection @section('view-title') {{__('students.view_user')}} - {{ $student -> student_name}} @endsection @section('view-navigation')
  • {{__('students.list_students')}}
  • {{__('students.view_user')}}
  • @endsection @section('view-panel')
    @if ($student->image !== null) {{ $student->full_name }} @else {{ ucfirst($student->student_name[0]) }} @endif

    {{$student->student_name}}

    @endsection @section('view-tabs') {{-- Student Info --}}
    {{__('students.student_info')}}
    {{__('students.full_name')}} {{ $student->student_name }}
    {{__('students.mobile_number')}} {{ $student->phone }}
    {{__('students.birth_address')}} {{ $student->birth_address }}
    {{__('students.height')}} {{ $student->height }}
    {{__('students.weight')}} {{ $student->weight }}
    {{__('students.home_phone')}} {{ $student->home_phone }}
    {{__('students.alternative_mobile_number')}} {{ $student->alternative_phone }}
    {{__('students.gender')}} {{ $student->gender }}
    {{__('students.school_name')}} {{ $student->school_name }}
    {{__('students.blood_group')}} {{ $student->blood_group }}
    {{__('students.contact_number')}} {{ $student->contact_number }}
    {{__('students.dob')}} {{ $student->dob }}
    {{__('students.created_by')}} {{ $student->createdPerson->full_name }}
    {{__('students.created_date')}} {{ $student->created_at }}
    {{-- Student Address --}}
    {{__('students.student_address')}}
    {{__('students.address')}} {{ $student->address }}
    {{__('students.city')}} {{ $student->city }}
    {{__('students.state')}} {{ $student->state }}
    {{__('students.country')}} {{ $student->country }}
    {{__('students.landmark')}} {{ $student->landmark }}
    {{-- father --}}
    {{__('students.father')}}
    @if ($student->father_image !== null) {{ $student->father_name }} @else {{ ucfirst( $student->father_name[0] ) }} @endif
    {{__('students.parent_name')}} {{ $student->father_name }}
    {{__('students.parent_dob')}} {{ $student->father_dob }}
    {{__('students.parent_nationality')}} {{ $student->father_nationality }}
    {{__('students.parent_national_number')}} {{ $student->father_national_number }}
    {{__('students.parent_degree_of_kinship')}} {{ $student->father_degree_of_kinship }}
    {{__('students.address')}} {{ $student->father_address }}
    {{__('students.city')}} {{ $student->father_city }}
    {{__('students.state')}} {{ $student->father_state }}
    {{__('students.country')}} {{ $student->father_country }}
    {{__('students.landmark')}} {{ $student->father_landmark }}
    {{__('students.parent_job')}} {{ $student->father_job }}
    {{__('students.marital_status')}} {{ $student->father_marital_status }}
    {{__('students.parent_phone')}} {{ $student->father_phone }}
    {{__('students.parent_alternative_phone')}} {{ $student->father_alternative_phone }}
    {{__('students.parent_email')}} {{ $student->father_email }}
    {{__('students.facebook_link')}} {{ $student->father_fb_link }}
    {{__('students.twitter_link')}} {{ $student->father_twitter_link }}
    {{__('students.social_media_link')}} {{ $student->father_social_media_1 }}
    {{__('students.social_media_link_2')}} {{ $student->father_social_media_2 }}
    {{__('students.parent_qualification')}} {{ $student->father_qualification }}
    {{__('students.other_qualification')}} {{ $student->father_qualification_other }}
    {{__('students.wedding_date')}} {{ $student->father_wedding_date }}
    {{__('students.interests')}} {{ $student->father_interests }}
    {{__('students.child_attitudes_towards_father')}} {{ $student->father_attitudes_towards_parent }}
    {{__('students.created_by')}} {{ $student->father_created_by }}
    {{-- mother --}}
    {{__('students.mother')}}
    @if ($student->mother_image !== null) {{ $student->mother_name }} @else {{ ucfirst( $student->mother_name[0] ) }} @endif
    {{__('students.parent_name')}} {{ $student->mother_name }}
    {{__('students.parent_dob')}} {{ $student->mother_dob }}
    {{__('students.parent_nationality')}} {{ $student->mother_nationality }}
    {{__('students.parent_national_number')}} {{ $student->mother_national_number }}
    {{__('students.parent_degree_of_kinship')}} {{ $student->mother_degree_of_kinship }}
    {{__('students.address')}} {{ $student->mother_address }}
    {{__('students.city')}} {{ $student->mother_city }}
    {{__('students.state')}} {{ $student->mother_state }}
    {{__('students.country')}} {{ $student->mother_country }}
    {{__('students.landmark')}} {{ $student->mother_landmark }}
    {{__('students.parent_job')}} {{ $student->mother_job }}
    {{__('students.marital_status')}} {{ $student->mother_marital_status }}
    {{__('students.parent_phone')}} {{ $student->mother_phone }}
    {{__('students.parent_alternative_phone')}} {{ $student->mother_alternative_phone }}
    {{__('students.parent_email')}} {{ $student->mother_email }}
    {{__('students.facebook_link')}} {{ $student->mother_fb_link }}
    {{__('students.twitter_link')}} {{ $student->mother_twitter_link }}
    {{__('students.social_media_link')}} {{ $student->mother_social_media_1 }}
    {{__('students.social_media_link_2')}} {{ $student->mother_social_media_2 }}
    {{__('students.parent_qualification')}} {{ $student->mother_qualification }}
    {{__('students.other_qualification')}} {{ $student->mother_qualification_other }}
    {{__('students.wedding_date')}} {{ $student->mother_wedding_date }}
    {{__('students.interests')}} {{ $student->mother_interests }}
    {{__('students.child_attitudes_towards_mother')}} {{ $student->mother_attitudes_towards_parent }}
    {{__('students.created_by')}} {{ $student->mother_created_by }}
    {{-- superior --}} @if($student->superior =='Yes')
    {{__('students.superior')}}
    @if ($student->superior_image !== null) {{ $student->superior_name }} @else @if($student->superior_name !==null) {{ ucfirst( $student->superior_name[0] ) }} @endif @endif
    {{__('students.parent_name')}} {{ $student->superior_name }}
    {{__('students.parent_dob')}} {{ $student->superior_dob }}
    {{__('students.parent_nationality')}} {{ $student->superior_nationality }}
    {{__('students.parent_national_number')}} {{ $student->superior_national_number }}
    {{__('students.parent_degree_of_kinship')}} {{ $student->superior_degree_of_kinship }}
    {{__('students.address')}} {{ $student->superior_address }}
    {{__('students.city')}} {{ $student->superior_city }}
    {{__('students.state')}} {{ $student->superior_state }}
    {{__('students.country')}} {{ $student->superior_country }}
    {{__('students.landmark')}} {{ $student->superior_landmark }}
    {{__('students.parent_dob')}} {{ $student->superior_job }}
    {{__('students.marital_status')}} {{ $student->superior_marital_status }}
    {{__('students.parent_phone')}} {{ $student->superior_phone }}
    {{__('students.parent_alternative_phone')}} {{ $student->superior_alternative_phone }}
    {{__('students.parent_email')}} {{ $student->superior_email }}
    {{__('students.facebook_link')}} {{ $student->superior_fb_link }}
    {{__('students.twitter_link')}} {{ $student->superior_twitter_link }}
    {{__('students.social_media_link')}} {{ $student->superior_social_media_1 }}
    {{__('students.social_media_link_2')}} {{ $student->superior_social_media_2 }}
    {{__('students.parent_qualification')}} {{ $student->superior_qualification }}
    {{__('students.other_qualification')}} {{ $student->superior_qualification_other }}
    {{__('students.wedding_date')}} {{ $student->superior_wedding_date }}
    {{__('students.interests')}} {{ $student->superior_interests }}
    {{__('students.child_attitudes_towards_superior')}} {{ $student->superior_attitudes_towards_parent }}
    {{__('students.created_by')}} {{ $student->superior_created_by }}
    @endif {{-- main complaint --}}
    {{__('students.main_problem')}}
    {{__('students.main_problem')}} {{ $student->main_complaint }}
    {{__('students.feeling_problem_date')}} {{ $student->problem_start_at }}
    {{__('students.time_of_increasing_problem_feeling')}} {{ $student->time_of_increasing_problem_feeling }}
    {{__('students.time_of_decreasing_problem_feeling')}} {{ $student->time_of_decreasing_problem_feeling }}
    {{__('students.problem_as_child_sideview')}} {{ $student->problem_as_child_view }}
    {{__('students.problem_as_father_sideview')}} {{ $student->problem_as_father_view }}
    {{__('students.problem_as_mother_sideview')}} {{ $student->problem_as_mother_view }}
    {{__('students.problem_reasons')}} {{ $student->problem_reasons }}
    {{-- student diseases --}}

    {{__('students.student_diseases')}}

    @if($student->student_diseases != null) @foreach ( json_decode($student->student_diseases) as $student_diseases ) @endforeach @endif
    {{__('students.disease')}} {{__('students.age_at_inJury')}} {{__('students.disease_duration')}} {{__('students.disease_strength')}}
    {{ $student_diseases->disease }} {{ $student_diseases->age_at_injury }} {{ $student_diseases->disease_duration }} {{ $student_diseases->disease_degree }}
    {{-- previous treatment efforts --}}

    {{__('students.previous_treatment_efforts')}}previous treatment efforts

    @if($student->previous_treatment_efforts != null) @foreach ( json_decode($student->previous_treatment_efforts) as $previousTreatmentOfforts ) @endforeach @endif
    {{__('students.medical_institution')}} {{__('students.provided_service')}} {{__('students.provided_service_effects')}}
    {{ $previousTreatmentOfforts->medical_institution }} {{ $previousTreatmentOfforts->provided_service }} {{ $previousTreatmentOfforts->provided_service_effects }}
    {{-- genetic diseases --}}

    {{__('students.genetic_diseases')}}

    @if($student->genetic_diseases != null) @foreach ( json_decode($student->genetic_diseases) as $genetic_diseases ) @endforeach @endif
    {{__('students.name')}} {{__('students.age_at_inJury')}} {{__('students.degree_of_kinship')}} {{__('students.disease')}}
    {{ $genetic_diseases->name }} {{ $genetic_diseases->age_at_injury }} {{ $genetic_diseases->degree_of_kinship }} {{ $genetic_diseases->disease }}
    {{-- Family History --}}
    {{__('students.family_history')}}Family History
    {{__('students.father')}} {{__('students.age_on_applying')}} {{ $student->father_age_when_applying }}
    {{__('students.father')}} {{__('students.age_on_student_birth')}} {{ $student->father_age_at_student_birth }}
    {{__('students.father')}} {{__('students.relation_with_child')}} {{ $student->father_relation_with_child }}
    {{__('students.child_attitudes_towards_father')}} {{ $student->child_attitudes_towards_father }}
    {{__('students.mother')}} {{__('students.age_on_applying')}} {{ $student->mother_age_when_applying }}
    {{__('students.mother')}} {{__('students.age_on_student_birth')}} {{ $student->mother_age_at_student_birth }}
    {{__('students.mother')}} {{__('students.relation_with_child')}} {{ $student->mother_relation_with_child }}
    {{__('students.child_attitudes_towards_mother')}} {{ $student->child_attitudes_towards_mother }}
    {{-- relation between parents --}}

    {{__('students.relation_between_parents')}}

    {{__('students.relation_between_parents')}} {{ $student->relation_between_parents }}
    {{__('students.main_problems_between_parents')}} {{ $student->main_problems_between_parents }}
    {{__('students.child_attitude_towards_family_problems')}} {{ $student->child_attitude_towards_family_problems }}
    {{-- brothers and sisters --}}

    {{__('students.brothers_and_sisters')}}

    @if( $student->brothers_and_sisters != null ) @foreach ( json_decode($student->brothers_and_sisters) as $brothersAndSisters ) @endforeach @endif
    {{__('students.name')}} {{__('students.dob')}} {{__('students.gender')}} {{__('students.job')}} {{__('students.status')}} {{__('students.education_level')}} {{__('students.relation_with_student')}} {{__('students.student_relation')}}
    {{$brothersAndSisters->name}} {{$brothersAndSisters->dob}} {{$brothersAndSisters->gender}} {{$brothersAndSisters->job}} {{$brothersAndSisters->status}} {{$brothersAndSisters->education_level}} {{$brothersAndSisters->relation_with_student}} {{$brothersAndSisters->student_relation}}
    {{__('students.brothers_and_sisters_notes')}} {{ $student->brothers_and_sisters_notes }}
    {{-- are relatives--}} @if($student->are_relatives == 'Yes')

    {{__('students.are_relatives')}}

    @if( $student->other_relatives != null ) @foreach ( json_decode($student->other_relatives) as $otherRelatives ) @endforeach @endif
    {{__('students.name')}} {{__('students.dob')}} {{__('students.relationship')}} {{__('students.education_level')}} {{__('students.relation_with_student')}} {{__('students.student_relation')}}
    {{$otherRelatives->name}} {{$otherRelatives->dob}} {{$otherRelatives->relationship}} {{$otherRelatives->education_level}} {{$otherRelatives->relation_with_student}} {{$otherRelatives->student_relation}}
    {{__('students.other_relatives_notes')}} {{ $student->other_relatives_notes }}
    @endif
    {{-- economic situation --}}
    {{__('students.economic_situation')}}
    {{__('students.economic_situation')}} {{ $student->economic_situation }}
    {{__('students.monthly_average_income')}} {{ $student->monthly_average_income }}
    {{__('students.monthly_average_expenses')}} {{ $student->monthly_average_expenses }}
    {{__('students.family_economic_problems')}} {{ $student->family_economic_problems }}
    {{__('students.family_child_acceptance')}} {{ $student->family_child_acceptance }}
    {{__('students.home_type')}} {{ $student->home_type }}
    {{__('students.number_persons_in_room')}} {{ $student->no_persons_in_room }}
    {{__('students.has_child_individual_room')}} {{ $student->has_child_individual_room }}
    {{__('students.number_father_married')}} {{ $student->no_father_married }}
    {{__('students.number_mother_married')}} {{ $student->no_mother_married }}
    {{__('students.family_divorce_cases')}} {{ $student->family_divorce_cases }}
    {{__('students.family_stress_source')}} {{ $student->family_stress_source }}
    {{__('students.family_entertainment_source')}} {{ $student->family_entertainment_source }}
    {{__('students.child_interacting_with_family_entertainment_source')}} {{ $student->family_entertainment_source_child_involve }}
    {{-- Organic Growth History --}}
    {{__('students.organic_growth_history')}}
    @if($student->current_health_problems != null) @endif @if( $student->does_regularly_medicines != null ) @endif @if( $student->does_complex_disabilities != null ) @endif @if( $student->does_prosthetic_devices =='Yes' ) @foreach ( json_decode($student->prosthetic_devices) as $prostheticdevices ) @endforeach @endif
    {{__('students.mother_diseases_during_pregnancy')}} {{ $student->mother_diseases_during_pregnancy }}
    {{__('students.mother_pregnancy_type')}} {{ $student->mother_pregnancy_type }}
    {{__('students.disturbances_during_child_birth')}} {{ $student->disturbances_during_childbirth }}
    {{__('students.mother_pregnancy_injuries')}} {{ $student->mother_pregnancy_injuries }}
    {{__('students.child_weight_at_birth')}} {{ $student->child_weight_at_birth }}
    {{__('students.breastfeeding_type')}} {{ $student->breastfeeding_type }}
    {{__('students.breastfeeding_type_note')}} {{ $student->breastfeeding_type_note }}
    {{__('students.child_age_on_weaning')}} {{ $student->child_age_on_weaning }}
    {{__('students.weaning_problems')}} {{ $student->weaning_problems }}
    {{__('students.child_age_on_first_tooth')}} {{ $student->child_age_on_first_tooth }}
    {{__('students.child_age_on_sitting')}} {{ $student->child_age_on_sitting }}
    {{__('students.child_age_on_crawls')}} {{ $student->child_age_on_crawls }}
    {{__('students.child_age_on_stand_up')}} {{ $student->child_age_on_stand_up }}
    {{__('students.child_age_on_walking')}} {{ $student->child_age_on_walking }}
    {{__('students.child_age_on_first_word')}} {{ $student->child_age_on_first_word }}
    {{__('students.child_age_on_open_door')}} {{ $student->child_age_on_open_door }}
    {{__('students.child_age_on_use_spoon')}} {{ $student->child_age_on_use_spoon }}
    {{__('students.child_age_on_adjust_output_process')}} {{ $student->child_age_on_adjust_output_process }}
    {{__('students.does_health_problems')}} {{ $student->does_health_problems }}
    @foreach ( json_decode($student->current_health_problems) as $currentproblems ) @endforeach
    {{__('students.current_health_problems')}}
    {{ $loop->index }} {{$currentproblems}}
    @foreach ( json_decode($student->regularly_medicines) as $regularlymedicines ) @endforeach
    {{__('students.medicine_name')}} {{__('students.medicine_dose')}}
    {{$regularlymedicines->medicine}} {{$regularlymedicines->dose}}
    @foreach ( json_decode($student->does_complex_disabilities) as $complexDisabilities ) @endforeach
    {{__('students.does_complex_disabilities')}}
    {{$complexDisabilities}}
    {{__('students.other_complex_disabilities')}} {{ $student->complex_disabilities_other }}
    {{__('students.prosthetic_devices')}} {{$prostheticdevices}}
    {{-- Psychological and behavioral side --}}
    Psychological and behavioral side

    {{__('students.child_relationship_with_people')}}

    {{-- --}}
    {{__('students.result')}}
    {{__('students.personality_traits')}} {{ $student->personality_traits }}
    {{__('students.prosthetic_devices')}}personality traits details {{ $student->personality_traits_details }}
    {{__('students.relation_with_friends')}} {{ $student->relation_with_friends }}
    {{__('students.relation_with_relatives')}} {{ $student->relation_with_relatives }}
    {{__('students.relation_with_neighbour')}} {{ $student->relation_with_neighbour }}
    {{__('students.relation_with_other_gender')}} {{ $student->relation_with_other_gender }}

    {{__('students.prosthetic_devices')}}{{__('students.relation_with_other_gender')}}upbringing style

    {{__('students.upbringing_style')}} {{ $student->upbringing_style }}

    {{__('students.upbringing_style')}}

    @if($student->reinforcements != null) @foreach ( json_decode($student->reinforcements) as $reinforcement ) @endforeach @endif
    # {{__('students.reinforcements')}}
    {{ ($loop->index)+1 }} {{ $reinforcement }}

    {{__('students.reinforcements')}}

    @if($student->is_punishment=='Yes') @endif
    {{__('students.is_punishment')}} {{ $student->is_punishment }}
    {{__('students.child_behavior_notes')}} {{ $student->child_behavior_notes }}
    {{__('students.source_of_authority')}} {{ $student->source_of_authority }}
    {{__('students.source_of_authority_notes')}} {{ $student->source_of_authority_notes }}

    {{__('students.child_behavior')}}

    {{__('students.result')}}
    {{__('students.crying')}} {{ $student->crying }}
    {{__('students.talkative')}} {{ $student->talkative }}
    {{__('students.lots_of_movement')}} {{ $student->lots_of_movement }}
    {{__('students.orderly_plan')}} {{ $student->orderly_plan }}
    {{__('students.damages')}} {{ $student->damages }}
    {{__('students.find_around_place')}} {{ $student->find_around_place }}
    {{__('students.grieves_with_specialist')}} {{ $student->grieves_with_specialist }}
    {{__('students.afraid')}} {{ $student->afraid }}
    {{__('students.enjoys')}} {{ $student->enjoys }}
    {{__('students.runs_randomly')}} {{ $student->runs_randomly }}

    {{__('students.the_main_neurological_and_behavioral_symptoms')}}

    {{__('students.behavior')}} {{__('students.result')}} {{__('students.time')}} {{__('students.degree')}}
    {{__('students.outbursts_of_anger')}} {{ $student->outbursts_of_anger }} {{ $student->outbursts_of_anger_time }} {{ $student->outbursts_of_anger_degree }}
    {{__('students.finger_sucking')}} {{ $student->finger_sucking }} {{ $student->finger_sucking_time }} {{ $student->finger_sucking_degree }}
    {{__('students.wetting_bed')}} {{ $student->wetting_bed }} {{ $student->wetting_bed_time }} {{ $student->wetting_bed_degree }}
    {{__('students.night_screams_of_terror')}} {{ $student->night_screams_of_terror }} {{ $student->night_screams_of_terror_time }} {{ $student->night_screams_of_terror_degree }}
    {{__('students.sleep_walking')}} {{ $student->sleep_walking }} {{ $student->sleep_walking_time }} {{ $student->sleep_walking_degree }}
    {{__('students.excessive_fears')}} {{ $student->excessive_fears }} {{ $student->excessive_fears_time }} {{ $student->excessive_fears_degree }}
    {{__('students.nervous_crises')}} {{ $student->nervous_crises }} {{ $student->nervous_crises_time }} {{ $student->nervous_crises_degree }}
    {{__('students.cramps')}} {{ $student->cramps }} {{ $student->cramps_time }} {{ $student->cramps_degree }}
    {{__('students.biting_nails')}} {{ $student->biting_nails }} {{ $student->biting_nails_time }} {{ $student->biting_nails_degree }}
    {{__('students.smash_clothes')}} {{ $student->smash_clothes }} {{ $student->smash_clothes_time }} {{ $student->smash_clothes_degree }}
    {{__('students.stereotyped_movements')}} {{ $student->stereotyped_movements }} {{ $student->stereotyped_movements_time }} {{ $student->stereotyped_movements_degree }}
    {{__('students.baby_gets_nervous_from_loud_noises')}} {{ $student->baby_gets_nervous_from_loud_noises }} {{ $student->baby_gets_nervous_from_loud_noises_time }} {{ $student->baby_gets_nervous_from_loud_noises_degree }}
    {{__('students.baby_gets_nervous_from_bright_lights')}} {{ $student->baby_gets_nervous_from_bright_lights }} {{ $student->baby_gets_nervous_from_bright_lights_time }} {{ $student->baby_gets_nervous_from_bright_lights_degree }}
    {{__('students.sexual_behaviors')}} {{ $student->sexual_behaviors }} {{ $student->sexual_behaviors_time }} {{ $student->sexual_behaviors_degree }}
    {{__('students.epileptic_seizures')}} {{ $student->epileptic_seizures }} {{ $student->epileptic_seizures_time }} {{ $student->epileptic_seizures_degree }}

    {{__('students.Childs_social_problems')}}

    {{__('students.behavior')}} {{__('students.result')}} {{__('students.description')}}
    {{__('students.difficulty_interacting_with_peers')}} {{ $student->difficulty_interacting_with_peers }} {{ $student->difficulty_interacting_with_peers_desc }}
    {{__('students.extra_activity')}} {{ $student->extra_activity }} {{ $student->extra_activity_desc }}
    {{__('students.make_fun_of_others')}} {{ $student->make_fun_of_others }} {{ $student->make_fun_of_others_desc }}
    {{__('students.can_not_wait')}} {{ $student->can_not_wait }} {{ $student->can_not_wait_dec }}
    {{__('students.curses_and_says_inappropriate_words')}} {{ $student->curses_and_says_inappropriate_words }} {{ $student->curses_and_says_inappropriate_words_dec }}
    {{__('students.acts_inappropriately')}} {{ $student->acts_inappropriately }} {{ $student->acts_inappropriately_dec }}
    {{__('students.very_shy')}} {{ $student->very_shy }} {{ $student->very_shy_dec }}
    {{__('students.speaks_low_voice')}} {{ $student->speaks_low_voice }} {{ $student->speaks_low_voice_dec }}
    {{__('students.not_defend_himself')}} {{ $student->not_defend_himself }} {{ $student->not_defend_himself_dec }}
    {{__('students.afraid_of_animals')}} {{ $student->afraid_of_animals }} {{ $student->afraid_of_animals_dec }}
    {{__('students.hesitant_and_confused')}} {{ $student->hesitant_and_confused }} {{ $student->hesitant_and_confused_dec }}
    {{__('students.feeling_powerless_and_lacking_in_self_confidence')}} {{ $student->feeling_powerless_and_lacking_in_self_confidence }} {{ $student->feeling_powerless_and_lacking_in_self_confidence_dec }}
    {{__('students.feeling_tense_and_refuses_to_hug')}} {{ $student->feeling_tense_and_refuses_to_hug }} {{ $student->feeling_tense_and_refuses_to_hug_dec }}
    {{__('students.other_social_problems')}} {{ $student->other_social_problems }}
    {{__('students.last_psychological_examination_name')}} {{ $student->last_psychological_examination_name }}
    {{__('students.last_psychological_examination_date')}} {{ $student->last_psychological_examination_date }}

    {{__('students.previous_mental_disorders')}}

    N {{__('students.name')}} {{__('students.date')}} {{__('students.reason')}} {{__('students.who_recommended_it')}} {{__('students.explan')}} {{__('students.recommendations')}}
    {{__('students.first')}} {{ $student->first_intelligence_and_ability_test_name }} {{ $student->first_intelligence_and_ability_test_date }} {{ $student->first_intelligence_and_ability_test_reason }} {{ $student->first_intelligence_and_ability_test_who_recommended_it }} {{ $student->first_intelligence_and_ability_test_result }} {{ $student->first_intelligence_and_ability_test_result }}
    {{__('students.second')}} {{ $student->second_intelligence_and_ability_test_name }} {{ $student->second_intelligence_and_ability_test_date }} {{ $student->second_intelligence_and_ability_test_reason }} {{ $student->second_intelligence_and_ability_test_who_recommended_it }} {{ $student->second_intelligence_and_ability_test_result }} {{ $student->second_intelligence_and_ability_test_result }}
    {{__('students.third')}} {{ $student->third_intelligence_and_ability_test_name }} {{ $student->third_intelligence_and_ability_test_date }} {{ $student->third_intelligence_and_ability_test_reason }} {{ $student->third_intelligence_and_ability_test_who_recommended_it }} {{ $student->third_intelligence_and_ability_test_result }} {{ $student->third_intelligence_and_ability_test_result }}
    {{__('students.fourth')}} {{ $student->fourth_intelligence_and_ability_test_name }} {{ $student->fourth_intelligence_and_ability_test_date }} {{ $student->fourth_intelligence_and_ability_test_reason }} {{ $student->fourth_intelligence_and_ability_test_who_recommended_it }} {{ $student->fourth_intelligence_and_ability_test_result }} {{ $student->fourth_intelligence_and_ability_test_result }}

    {{__('students.independent_aspect')}}

    {{__('students.behavior')}} {{__('students.result')}}
    {{__('students.eats_alone_without_help')}} {{ $student->eats_alone_without_help }}
    {{__('students.gets_dressed_without_help')}} {{ $student->gets_dressed_without_help }}
    {{__('students.asking_to_go_to_the_bathroom')}} {{ $student->asking_to_go_to_the_bathroom }}
    {{__('students.takes_care_of_himself_in_bathroom')}} {{ $student->takes_care_of_himself_in_bathroom }}
    {{-- Linguistic side --}}
    {{__('students.linguistic_side')}}
    {{__('students.behavior')}} {{__('students.result')}}
    {{__('students.pay_attention_to_sounds')}} {{ $student->pay_attention_to_sounds }}
    {{__('students.distinguish_mother_and_father_voice')}} {{ $student->distinguish_mother_and_father_voice }}
    {{__('students.distinguish_family_members_voice')}} {{ $student->distinguish_family_members_voice }}
    {{__('students.using_audio_clips')}} {{ $student->using_audio_clips }}
    {{__('students.pronounces_word_understandable')}} {{ $student->pronounces_word_understandable }}
    {{__('students.turns_around_when_he_hears_his_name')}} {{ $student->turns_around_when_he_hears_his_name }}
    {{__('students.looking_the_person_speaking_during_conversation')}} {{ $student->looking_the_person_speaking_during_conversation }}
    {{__('students.uses_two_words_sentence')}} {{ $student->uses_two_words_sentence }}
    {{__('students.needs_encouragement_to_speak')}} {{ $student->needs_encouragement_to_speak }}
    {{__('students.uses_expressive_language_to_express_his_needs')}} {{ $student->uses_expressive_language_to_express_his_needs }}
    {{__('students.stutters_while_speaking')}} {{ $student->stutters_while_speaking }}
    {{__('students.remove_letters_from_words')}} {{ $student->remove_letters_from_words }}
    {{__('students.add_letters_to_words')}} {{ $student->add_letters_to_words }}
    {{__('students.turns_some_letters_in_word')}} {{ $student->turns_some_letters_in_word }}
    {{__('students.changes_some_letters_when_saying_word')}} {{ $student->changes_some_letters_when_saying_word }}
    {{__('students.speaks_but_the_words_are_distorted_and_incomprehensible')}} {{ $student->speaks_but_the_words_are_distorted_and_incomprehensible }}
    {{__('students.understands_what_is_asked_of_him')}} {{ $student->understands_what_is_asked_of_him }}
    {{__('students.result')}}
    {{__('students.language_level')}} {{ $student->language_level }}
    {{__('students.level_of_expression_of_his_needs_linguistically')}} {{ $student->level_of_expression_of_his_needs_linguistically }}
    {{__('students.level_of_coherence_of_ideas')}} {{ $student->level_of_coherence_of_ideas }}
    {{__('students.speed_level')}} {{ $student->speed_level }}
    {{__('students.response')}} {{ $student->response }}
    {{-- Student Social Media --}}
    {{__('students.social_links')}}
    {{__('students.facebook_link')}}k {{ $student->fb_link }}
    {{__('students.twitter_link')}}r {{ $student->twitter_link }}
    {{__('students.social_media_link')}} {{ $student->social_media_1 }}
    {{__('students.social_media_link_2')}} {{ $student->social_media_2 }}
    @endsection @section('scripts') @endsection