@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Trial Class
S.No | Student Name | class | Subject | Current Status | Confirmed Slot | Remarks | Action | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $demo->student_name }} | {{ $demo->class_name }} | {{ $demo->subject }} | @if ($demo->status == 1) {{ $demo->currentstatus }} @elseif ($demo->status == 2) {{ $demo->currentstatus }} @elseif ($demo->status == 3) {{ $demo->currentstatus }} @elseif ($demo->status == 4) {{ $demo->currentstatus }} @elseif ($demo->status == 5) {{ $demo->currentstatus }} @elseif ($demo->status == 8) {{ $demo->currentstatus }} @endif | {{--{{ $demo->slot_1 }} | --}} {{--{{ $demo->slot_2 }} | --}} {{--{{ $demo->slot_3 }} | --}}{{ $demo->slot_confirmed ? \Carbon\Carbon::parse($demo->slot_confirmed)->format('d-m-Y h:i A') : '' }} | {{--{{ $demo->demo_link }} | --}}{{ $demo->remarks }} | @if ($demo->status == 1) @endif @if ($demo->status == 3) @endif @if ($demo->status == 8) @endif |