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

Fill out billing information

@csrf
@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('bank_account_number')) {{ $errors->first('bank_account_number') }} @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
@include('includes/footer_start') @include('includes/footer_end')