@extends('layouts.list') @section('title') Search Mothers @endsection @section('list-title') Mothers @endsection @section('list-navigation')
  • List Mothers
  • Search Mothers
  • @endsection @section('list-new-button') New Mother @endsection @section('list-table-header') # Image Mother Nationality Created By Actions @endsection @section('list-table-body') @foreach ($student_mother_profiles as $student_mother_profile)

    1

    @if ($student_mother_profile->mother_image !== null) {{ $student_mother_profile->mother_name }} @else No Mother Image @endif

    {{ $student_mother_profile->mother_name }}

    {{ $student_mother_profile->mother_email }}

    {{ $student_mother_profile->mother_phone }}

    {{ $student_mother_profile->mother_nationality }}

    {{ $student_mother_profile->createdPerson->full_name }}

    @endforeach @endsection @section('list-table-inside-pagination') {{--
    {!! $student_mother_profiles->links() !!}
    --}} @endsection @section('list-pagination') {{-- {{ $student_mother_profiles->links() }} --}} @endsection