@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif

Demo List

@csrf

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($demos as $demo) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
S.No Student NameStudent MobileTutor Name Tutor Mobileclass Subject Current StatusPrefered Slot-1Prefered Slot-2Prefered Slot-3Confirmed SlotDemo LinkRemarksChange StatusAction
{{ $loop->iteration }} {{ $demo->student_name }} {{ $demo->student_mobile }}{{ $demo->tutor }} {{ $demo->tutor_mobile }}{{ $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 }}{{ $demo->demo_link }}{{ $demo->remarks }} @if ($demo->status == 1) @endif @if ($demo->status == 3) @endif @if ($demo->status == 8) @endif