@if (Session::has('success'))
@endsection
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Demo List
S.No | Student Name | Student Mobile | Tutor Name | Tutor Mobile | Subject | Current Status | Prefered Slot-1 | Prefered Slot-2 | Prefered Slot-3 | Confirmed Slot | Demo Link | Remarks | {{--Change Status | --}}Action |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $demo->student_name }} | {{ $demo->student_mobile }} | {{ $demo->tutor }} | {{ $demo->tutor_mobile }} | {{ $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 }} @endif | {{ $demo->slot_1 }} | {{ $demo->slot_2 }} | {{ $demo->slot_3 }} | {{ $demo->slot_confirmed }} | {{ $demo->demo_link }} | {{ $demo->remarks }} |
{{-- {!! $demos->links() !!} --}}