@extends('layouts.view') @section('title') View Mother @endsection @section('view-title') View Mother - {{ $student_mother_profile->mother_name }} @endsection @section('view-navigation')
  • List 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 --}}
    Mother Info
    Mother Name {{ $student_mother_profile->mother_name }}
    Email Address {{ $student_mother_profile->mother_email }}
    Mobile Number {{ $student_mother_profile->mother_phone }}
    Alternative Mobile Number {{ $student_mother_profile->mother_alternative_phone }}
    Date of Birth {{ $student_mother_profile->mother_dob }}
    Nationality {{ $student_mother_profile->mother_nationality }}
    National Number {{ $student_mother_profile->mother_national_number }}
    Marital Status {{ $student_mother_profile->mother_marital_status }}
    Created By {{ $student_mother_profile->createdPerson->full_name }}
    Created Date {{ $student_mother_profile->created_at }}
    {{-- Mother Address --}}
    Mother Address
    Address {{ $student_mother_profile->mother_address }}
    City {{ $student_mother_profile->mother_city }}
    State {{ $student_mother_profile->mother_state }}
    Country {{ $student_mother_profile->mother_country }}
    Landmark {{ $student_mother_profile->mother_landmark }}
    {{-- Mother Social Media --}}
    Mother Social Media
    {{-- Send Email --}} {{-- Send Whatsapp to Mother --}}
    Send Whatsapp to Mother

    {{-- Mother Other Info --}}
    Mother Other Info
    Mother Degree Of Kinship {{ $student_mother_profile->mother_degree_of_kinship }}
    Mother Job {{ $student_mother_profile->mother_job }}
    Mother Qualification {{ $student_mother_profile->mother_qualification }}
    Mother Qualification Other {{ $student_mother_profile->mother_qualification_other }}
    Mother Wedding Date {{ $student_mother_profile->mother_wedding_date }}
    Mother Interests {{ $student_mother_profile->mother_interests }}
    Mother Age At Student Birth {{ $student_mother_profile->mother_age_at_student_birth }}
    Mother Relation With Child {{ $student_mother_profile->mother_relation_with_child }}
    Mother Attitudes Towards Parent {{ $student_mother_profile->mother_attitudes_towards_parent }}
    Mother Pregnancy Number {{ $student_mother_profile->mother_pregnancy_number }}
    Mother Miscarriages Number {{ $student_mother_profile->mother_miscarriages_number }}
    {{-- Mother His Children Data --}}
    Mother Children Data
    @foreach ($students as $student) @endforeach
    Student Image Student Name Student Phone Student Gender Student DOB Actions
    @if ($student->image !== null) {{ $student->student_name }} @else No Student Image @endif

    {{ $student->student_name }}

    {{ $student->phone }}

    {{ $student->gender }}

    {{ $student->dob }}

    @endsection