@extends('layouts.master') @section('title', 'Calander | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.calendar')) @section('css') @endsection @section('fixedcontent')
@if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.event list') }} {{ __('basic.new') }}
Loading...
{{ __('patientappo.not accepted') }} {{ __('patientappo.accepted') }} {{ __('patientappo.arrived') }} {{ __('basic.with worker') }} {{ __('patientappo.done') }} {{ __('patientappo.not respond') }} {{ __('patientappo.canceled') }}
@endsection @section('js') @endsection