@extends('layouts.website.website') @section('content')
Holiday
@foreach (App\DoctorHoliday::latest()->get() as $item) @endforeach
# Doctor Date Options
{{ $item->id }} {{ $item->doctor->name }} {{ Carbon\Carbon::parse($item->date)->format('d F Y') }} Delete
@endsection