@if (Session::has('success'))
@endsection
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Trial Classes
S.No | Tutor | Class | Subject | {{--Prefer Slot-1 | --}} {{--Prefer Slot-2 | --}} {{--Prefer Slot-3 | --}}Confirmed Slot | Remarks | Current Status | @if (session('usertype') == 'Parent') @elseAction | @endif||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $demo->tutor }} | {{ $demo->class_name }} | {{ $demo->subject }} | {{--{{ $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->remarks }} | @if ($demo->status == 1) Waiting for tutor's confirmation @elseif ($demo->status == 2) {{ $demo->currentstatus }} @elseif ($demo->status == 3) {{ $demo->currentstatus }} @elseif ($demo->status == 4) {{ $demo->currentstatus }} @elseif ($demo->status == 5) {{ $demo->currentstatus }} @endif | {{--{{$demo->demo_link}} | --}} @if (session('usertype') == 'Parent'){{-- --}} | @else @if ($demo->status == 1){{-- --}} | @elseif ($demo->status == 2){{-- --}} | @elseif ($demo->status == 8){{-- --}} | @else{{-- --}} | @endif@if ($demo->status == 4) @endif | @endif
{!! $demos->links() !!}