@extends('layouts.app') @section('content')

Appointment Calendar

Monthly, weekly and daily appointment view.

@if(in_array(auth()->user()->role, ['admin','super_admin'])) Book Appointment @endif
@endsection