@extends('layouts.master') @section('title', 'Calander | Proxima - Medical Management app') @section('title-topbar', __('basic.calendar')) @section('css') @endsection @section('fixedcontent')
@if (Session::has('success'))

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.new') }}
Loading...

Services Status Total
Service Not Accepted Accepted Arrived With Doctor Done Not Responding Canceled
@endsection @section('js') @endsection