Fill out billing information

@if(Session::has('success'))

Billing updated

@elseif(Session::has('error'))

Billing not updated

@endif
@csrf
Payee Details
@if ($errors->has('payee_name')) {{ $errors->first('payee_name') }} @endif
@if ($errors->has('payee_address1')) {{ $errors->first('payee_address1') }} @endif
@if ($errors->has('payee_city')) {{ $errors->first('payee_city') }} @endif
@if ($errors->has('payee_state')) {{ $errors->first('payee_state') }} @endif
@if ($errors->has('payee_state')) {{ $errors->first('payee_state') }} @endif
@if ($errors->has('payee_tel')) {{ $errors->first('payee_tel') }} @endif

General Details
@if ($errors->has('insurance_financial_code')) {{ $errors->first('insurance_financial_code') }} @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('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
@if ($errors->has('status')) {{ $errors->first('status') }} @endif