@extends('layouts.common') @section('title') Laiqa | Admin | Dashboard @endsection @section('content') @yield('title')

Slot List

@foreach ($doctor_slots_list as $row) @endforeach
S.No Doctor Name Start Time End Time Slots Name Status Date Action
{{$row->id}} {{$row->name}} {{$row->slot_start_time}} {{$row->slot_end_time}} {{$row->slot_name}} {{($row->status == 1 ) ? "ACTIVE":"IN ACTIVE"}} {{$row->slot_date}}
@endsection