@if(session('success'))
@endif
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
@if($errors->any())
@foreach ($errors->all() as $error)
* {{$error}}
@endforeach
{{--
Filter
Search Class Schedule
--}}| SL No. | Start Time | End Time | Type | Surprise Test Batch | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration ?? '' }} | {{ date('d/m/Y h:i A', strtotime($trSutpriseSchedule->start_time)) ?? '' }} | {{ date('d/m/Y h:i A', strtotime($trSutpriseSchedule->end_time)) ?? '' }} | {!! $trSutpriseSchedule->link == null ? 'Offline' : 'Online' !!} | {{ $trSutpriseSchedule->surpriseBatch->tr_batch_name ?? '' }} | Trainees |