{{trans('appointments.calendar')}} | {{trans('appointments.detail-view')}}
@if($selectedName)
{{ csrf_field() }}
@endif
@if($selectedName)
Appointment list for {{$selectedName}}
@endif @if($adate) @endif @if($eventDate and $selectedName)
For Date: {{$eventDate}}
@endif @if($selectedName)
{!! Theme::section('community.page.appointment.detail-view', ['appointments' => $appointments,'resume'=>"",'setting'=>$setting,'dept_id'=>$dept_id,'cm_category'=>$category]) !!}
@else
Select department from list to view appointments

@endif