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

Codes entered by physician

@if($bill->items !== NULL) @foreach($billItems as $item) @foreach($item->codes as $code) @endforeach @endforeach @else you have no outstanding bills @endif
{{ $code->category }}

Category

{{ $code->cpt_code }}

Code

{{ $code->cpt_description }}

Description

{{-- @include('billers.elements.bills-table')--}} @include('billers.patients.elements.billing-form')
{{-- @include('patient_elements/patient_info')--}}
@include('includes/footer_start') @include('includes/footer_end')