@extends('layouts.app') @section('title') {{ __('messages.appointment.appointment_calendar') }} @endsection @section('page_css') @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('layouts.errors')
{{-- Appointment show modal --}} @include('appointment_calendars.add_appointment_modal') @include('appointments.templates.appointment_slot') @endsection @section('page_scripts') @endsection @section('scripts') @endsection