@extends('adminlte::page') @section('title', 'Guardians') @section('content_header')
| Name | Gender | Relation | Phone | Students | Actions | |
|---|---|---|---|---|---|---|
| {{ $guardian->first_name }} {{ $guardian->last_name }} | {{ ucfirst($guardian->gender) }} | {{ $guardian->relation_to_student }} | {{ $guardian->phone }} | {{ $guardian->email ?? '-' }} | {{ $guardian->students->count() }} | |
| No guardians found. | ||||||