View all Billers
You are able to add and manage billers through this page.
Surgeon Name | {{--Status | --}} {{--Total Amount | --}} {{--Amount Due | --}}Created | Updated |
---|---|---|---|---|---|
{{ $patient->first_name }} {{ $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($patient->created_at)) }} | {{ $patient->updated_at->diffForHumans() }} |