Schools
Student Name | Contact Email | Phone Number | Leader | Date added |
---|---|---|---|---|
{{$student->getFullName()}} | {{$student->email}} | {{$student->phone}} | Yes | {{$student->created_at->format('d/m/y')}} |
@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
Student Name | Contact Email | Phone Number | Leader | Date added |
---|---|---|---|---|
{{$student->getFullName()}} | {{$student->email}} | {{$student->phone}} | Yes | {{$student->created_at->format('d/m/y')}} |