@extends('layouts.list') @section('title') All Fathers @endsection @section('list-title') Fathers @endsection @section('list-navigation')
  • Fathers
  • @endsection @section('list-new-button') New Father @endsection @section('list-table-header') # Image Father Nationality Created By Actions @endsection @section('list-table-body') @foreach ($student_father_profiles as $student_father_profile)

    1

    @if ($student_father_profile->father_image !== null&& $student_father_profile->father_image !== '') {{ $student_father_profile->father_name }} @else

    {{ $student_father_profile->father_name[0] }}

    @endif
    name

    {{ $student_father_profile->father_name }}

    email

    {{ $student_father_profile->father_email }}

    phone

    {{ $student_father_profile->father_phone }}

    nationality

    {{ $student_father_profile->father_nationality }}

    Created By

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

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