@extends('layouts.app_layout') @section('title') All Mothers @endsection @section('content') @if (session('message'))
{{ session('message') }}
@endif
Mothers
@foreach ($student_mother_profiles as $student_mother_profile) @endforeach
# Image Mother Nationality Created By Actions

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 }}

{{--
{!! $student_mother_profiles->links() !!}
--}}
{{-- {{ $student_mother_profiles->links() }} --}} @endsection