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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('patientappo.patient search') }}
New Patients
No Inventory Results
@endsection @section('js') @endsection