{{ strtoupper(session('instituteDetails')->institute_name) }}
Employee List
Sl
Teacher ID
Full Name
Email
Contact No.
@if ($employees->isNotEmpty()) @foreach ($employees as $key => $employee)
{{ $key + 1 }}
{{ $employee->username }}
{{ $employee->full_name }}
{{ $employee->email }}
{{ $employee->phone_no }}
@endforeach @endif
Print Date & Time : {{ date('d-M-Y h:i:sa') }}
Powered by: EDU PLUS