@extends('layouts.admin-layout') @section('title', 'All Appointment Listing') @section('content')

Schedules

Create
@foreach ($schedules as $appoint) @endforeach
S.N. Week Name Time Action
{{ $loop->iteration }} {{ $appoint->week_day }} {{ $appoint->time_slot }} id) }}" class="btn btn-primary">Edit Delete
@endsection @section('script') @endsection