@extends('AdminLte.template') @section('title') @php $title = 'Payment Collection'; if($writeOff == 'Y') { $title = 'Payment WriteOff'; } @endphp {{$title}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
Sr. | Patient / Customer Details | Mediclaim | Patient Type | IP ID | Discharge Date | Advance/Received | Bill Amount | Balance | Action |
---|---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $patOrCustName }} | {{ $transaction->mediclaim }} - {{ $transaction->cashless }} | {{ $transaction->patient_type }} | {{ \Helper::zeroValueToSpace($transaction->ipd_reg_id) }} | {{ \Helper::getDisplayDateTime($transaction->discharge_date) }} | {{ number_format($amtReceived,2) }} | {{ number_format($billAmt,2) }} | {{ number_format($balance,2) }} |