Schedules
Create| S.N. | Week Name | Time | Action |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $appoint->week_day }} | {{ $appoint->time_slot }} | id) }}" class="btn btn-primary">Edit Delete |
@extends('layouts.admin-layout') @section('title', 'All Appointment Listing') @section('content')
| S.N. | Week Name | Time | Action |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $appoint->week_day }} | {{ $appoint->time_slot }} | id) }}" class="btn btn-primary">Edit Delete |