@extends('layouts.view') @section('title') View Mother @endsection @section('view-title') {{__('mothers.view_mother')}} - {{ $student_mother_profile->mother_name }} @endsection @section('view-navigation')
  • {{__('mothers.list_mothers')}}
  • {{__('mothers.view_mother')}}
  • @endsection @section('view-panel')
    @if ($student_mother_profile->mother_image !== null) {{ $student_mother_profile->mother_name }} @else {{ ucfirst($student_mother_profile->mother_name[0]) }} @endif

    {{ $student_mother_profile->mother_name }}

    @endsection @section('view-tabs') {{-- Mother Info --}}
    {{__('mothers.mother_info')}}Mother Info
    {{__('mothers.full_name')}} {{ $student_mother_profile->mother_name }}
    {{__('mothers.email_address')}} {{ $student_mother_profile->mother_email }}
    {{__('mothers.mobile_number')}} {{ $student_mother_profile->mother_phone }}
    {{__('mothers.alternative_mobile_number')}} {{ $student_mother_profile->mother_alternative_phone }}
    {{__('mothers.dob')}} {{ $student_mother_profile->mother_dob }}
    {{__('mothers.nationality')}} {{ $student_mother_profile->mother_nationality }}
    {{__('mothers.national_number')}} {{ $student_mother_profile->mother_national_number }}
    {{__('mothers.marital_status')}} {{ $student_mother_profile->mother_marital_status }}
    {{__('mothers.created_by')}} {{ $student_mother_profile->createdPerson->full_name }}
    {{__('mothers.created_date')}} {{ $student_mother_profile->created_at }}
    {{-- Mother Address --}}
    {{__('mothers.mother_address')}}
    {{__('mothers.address')}} {{ $student_mother_profile->mother_address }}
    {{__('mothers.city')}} {{ $student_mother_profile->mother_city }}
    {{__('mothers.state')}} {{ $student_mother_profile->mother_state }}
    {{__('mothers.country')}} {{ $student_mother_profile->mother_country }}
    {{__('mothers.landmark')}} {{ $student_mother_profile->mother_landmark }}
    {{-- Mother Social Media --}}
    {{__('mothers.mother_social_media')}}
    {{__('mothers.fb_Link')}} {{ $student_mother_profile->mother_fb_link }}
    {{__('mothers.twitter_link')}} {{ $student_mother_profile->mother_twitter_link }}
    {{__('mothers.social_media_link')}} {{ $student_mother_profile->mother_social_media_1 }}
    {{__('mothers.social_media_link')}} {{ $student_mother_profile->mother_social_media_2 }}
    {{-- Send Email --}} {{-- Send Whatsapp to Mother --}}
    {{__('mothers.send_whatsApp_mother')}}

    {{-- Mother Other Info --}}
    {{__('mothers.mother_other_info')}}
    {{__('mothers.mother_degree_kinship')}} {{ $student_mother_profile->mother_degree_of_kinship }}
    {{__('mothers.mother_job')}}Mother Job {{ $student_mother_profile->mother_job }}
    {{__('mothers.mother_qualification')}} {{ $student_mother_profile->mother_qualification }}
    {{__('mothers.mother_other_qualification')}} {{ $student_mother_profile->mother_qualification_other }}
    {{__('mothers.mother_wedding_date')}} {{ $student_mother_profile->mother_wedding_date }}
    {{__('mothers.mother_interests')}} {{ $student_mother_profile->mother_interests }}
    {{__('mothers.mother_age_at_student_birth')}} {{ $student_mother_profile->mother_age_at_student_birth }}
    {{__('mothers.mother_relation_with_child')}} {{ $student_mother_profile->mother_relation_with_child }}
    {{__('mothers.student_attitudes_towards_parent')}} {{ $student_mother_profile->mother_attitudes_towards_parent }}
    {{__('mothers.mother_pregnancy_number')}} {{ $student_mother_profile->mother_pregnancy_number }}
    {{__('mothers.mother_miscarriages_number')}} {{ $student_mother_profile->mother_miscarriages_number }}
    {{-- Mother His Children Data --}}
    {{__('mothers.mother_childrens')}}
    @foreach ($students as $student) @endforeach
    {{__('mothers.student_image')}} {{__('mothers.student_name')}} {{__('mothers.student_phone')}} {{__('mothers.student_gender')}} {{__('mothers.student_dob')}} {{__('mothers.actions')}}
    @if ($student->image !== null) {{ $student->student_name }} @else {{__('mothers.no_student_image')}} @endif

    {{ $student->student_name }}

    {{ $student->phone }}

    {{ $student->gender }}

    {{ $student->dob }}

    @endsection