@extends('backend.layouts.app') @section('content') @if(env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
Here's what's happening with your store today.
{{translate('Total School')}}
{{translate('Total Teachers')}}
{{translate('Total Students')}}
{{translate('Total Sections')}}
{{ $st->name }}{{ $st->unique_id }} |
Grade{{$st->grade->name}} |
Section{{$st->section->name}} |
{{$teacher->unique_id ?? '#'}}Id No. |
{{ !is_null($teacher->school) ? $teacher->school->name : 'N/A' }}School Name |