@include('includes/header_start') @include('admins/elements/header_end')

View all CPT Codes

You are able to add and manage codes through this page.

{{-- --}} {{-- --}} {{-- --}} @foreach($patients as $patient) {{-- --}} {{-- --}} {{-- --}} @endforeach
Category Code NameStatusTotal AmountAmount DueCreated Updated
{{ ucwords(strtolower($patient->category)) }} {{ $patient->cpt_code }} - {{ $patient->cpt_description }} --}} {{-- @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() }}
@include('includes/footer_start') @include('includes/footer_end')