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

Sent Successfully

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

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

{{ __('patientappo.welcome calaendar') }}


@endsection @section('js') @endsection