View All Refund List
@if(Session::has('success'))
{{Session::get('success')}}
@endif
@if(Auth::user()->super_id == 1) @endif @if(Auth::user()->super_id == 1) @endif @foreach ($refunds as $refund) @if(Auth::user()->super_id == 1) @endif @endforeach
No. Report ID Patient ID ViewDelete
No. Report ID Patient ID ViewDelete
1 {{ $refund->invoice_out_id}} {{ $refund->invoiceOut->patient_id}}-{{$refund->invoiceOut->created_at->format('m-d-Y')}}
{{ csrf_field() }}