@extends('layouts.admin')
| # | Student Name | Parent Name | Class Name | Parent Email | Parent Phone No. | Actions |
|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ucwords($user->first_name)." ".ucwords($user->last_name)}} | {{ucwords($user->parent->first_name)." ".ucwords($user->parent->last_name)}} | {{$child_class_arr[$user->uuid]}} | @if ($user->parent_id !== null) {{ ucwords($user->parent->email) }} @else {{ ucwords($user->email) }} @endif | @if ($user->parent_id !== null) {{ $user->parent->phone }} @else {{ $user->phone }} @endif | uuid}}" target="_blank">View |
| {{ 'No record found' }} |