invoices Information
@if(Session::has('success'))
{{Session::get('success')}}
@endif
@if(Auth::user()->super_id == 1) @endif @if(Auth::user()->super_id == 1) @endif @foreach ($invoices as $invoice) @if($invoice->total != $invoice->receive_cash) @else @endif @endif @endforeach
No. P. Name P. ID View Print EditDelete
No. P. Name P. ID View Print EditDelete
1 {{ $invoice->patient->name }} {{ $invoice->patient->id}}
{{ csrf_field() }}