Slot List
| 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}} |
|
@extends('layouts.common') @section('title') Laiqa | Admin | Dashboard @endsection @section('content')
| 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}} |
|