@if (Session::has('success'))
@endif @if (Session::has('fail'))
@endif
{{-- --}}
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Slots Booking
S.No. | {{--Meeting ID | --}}Date | Slot | Status | Booked By | Booked At | Subject | Action | |
---|---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{ \Carbon\Carbon::parse($slot->date)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($slot->slot)->format('h:i A') }} | @if ($slot->status == 0)Available | @elseif ($slot->status == 1)Booked | @elseCompleted | @endif{{$slot->student_name}} | {{$slot->booked_at}} | {{$slot->subject}} |
{{-- {!! $demos->links() !!} --}}
{{-- --}}