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

Fill out billing information

@csrf
@if ($errors->has('cpt_codes')) {{ $errors->first('cpt_codes') }} @endif
@if ($errors->has('amount_billed')) {{ $errors->first('amount_billed') }} @endif
@if ($errors->has('contractual_allowance')) {{ $errors->first('contractual_allowance') }} @endif
@if ($errors->has('net_amount_billed')) {{ $errors->first('net_amount_billed') }} @endif
@if ($errors->has('bank_account_name')) {{ $errors->first('bank_account_name') }} @endif
@if ($errors->has('payee_state')) {{ $errors->first('payee_state') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('bank_account_amount_collected'))--}} {{-- {{ $errors->first('bank_account_amount_collected') }}--}} {{-- @endif--}} {{--
--}}
@if ($errors->has('bank_account_deposited_to')) {{ $errors->first('bank_account_deposited_to') }} @endif
@if ($errors->has('bank_account_deposit_date')) {{ $errors->first('bank_account_deposit_date') }} @endif
@push('scripts') @endpush
@include('includes/footer_start') {{----}} @include('includes/footer_end')