@if($patient->outstanding_balance > 0)
💳 {{ __('Outstanding balance') }}: {{ number_format($patient->outstanding_balance) }} IQD @can('invoices.view') {{ __('View invoices') }} @endcan
@endif