@if(session()->has('success'))
{{session()->get('success')}}
@endif
Patient |
Refereed By Doctor |
Sub Total |
Taxes |
Total |
Amount Received |
Amount To Pay |
Actions |
Delete |
@foreach($payments as $payment)
{{$payment->patient->first_name}} |
{{$payment->doctor->first_name}} |
{{$payment->sub_total}} |
{{$payment->taxes}} |
{{$payment->total}} |
{{$payment->amount_received}} |
{{$payment->amount_to_pay}} |
|
|
@endforeach
@endsection
@section('scripts')
@endsection