@extends('layouts.app_layout') @section('title') All Fathers @endsection @section('content') @if (session('message'))
{{ session('message') }}
@endif
Fathers
@foreach ($student_father_profiles as $student_father_profile) @endforeach
# Image Father Nationality Created By Actions

1

@if ($student_father_profile->father_image !== null) {{ $student_father_profile->father_name }} @else No Father Image @endif

{{ $student_father_profile->father_name }}

{{ $student_father_profile->father_email }}

{{ $student_father_profile->father_phone }}

{{ $student_father_profile->father_nationality }}

{{ $student_father_profile->createdPerson->full_name }}

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