@extends('layouts.layout') @section('one_page_css') {{-- custom calendar --}} {{-- right click option --}} @endsection @section('content')
@can('patient-appointment-create')

+ @lang('Patient Appointment')

@endcan

@lang('Doctor Schedule')

@if (request()->isFilterActive) @lang('Clear') @endif
    @foreach ($intervals as $interval)
  • {{ $interval->format('H:i') }}
  • @endforeach
{{--
--}}
@include('patient-appointment.event-modal')
@include('layouts.delete_modal') @endsection @section('one_page_js') {{-- --}} {{-- --}} @endsection