@extends('layouts.superadmin')
| S.No | School Name | School Admin Email | Address | Date | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ ucwords($school->name) }} | @if (isset($school->user->email)){{ ucwords($school->user->email) }} | @elseNot Assigned | @endif{{ $school->address }} | {{ $school->created_at->format('d/m/Y') }} | @if ($school->status == 'active') {{ ucwords($school->status) }} @else {{ ucwords($school->status) }} @endif |
|
| No school found | |||||||