View all bills
You are able to add and manage patients through this page.
Patient Name | Status | Total Amount | Amount Due | Created | Updated |
---|---|---|---|---|---|
{{ $bill->patient['first_name'] }} {{ $bill->patient['last_name'] }} | @if($bill->status == 'AMOUNT DUE') Balance Outstanding @elseif($bill->status == 'PARTIAL PAYMENT') Partially Paid @endif | ${{ $bill->amount_billed }} | ${{ $bill->balance_due }} | {{ date('m/d/Y', strtotime($bill->created_at)) }} | {{ $bill->updated_at->diffForHumans() }} |