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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('patientappo.invoice search') }}
{{ __('patientappo.waiting for paying') }}
{{ __('basic.nothing to show') }}
{{ __('patientappo.latest invoices') }}
{{ __('basic.nothing to show') }}
@endsection @section('js') @endsection