@csrf @if ($type == 'invoice') @elseif ($type == 'salesinvoice') @elseif ($type == 'retainer') @endif
{{ Form::label('customer_id', __('Bank Account'), ['class' => 'form-label']) }} {{ Form::select('customer_id', $bank_accounts, $bankaccountId, ['class' => 'form-control bank_account', 'id' => 'account', 'data-url' => route('bankaccount.details'), 'required' => 'required', 'placeholder' => 'Select Customer']) }}

{{ __('This field is required') }}

{{ __('first, make a payment and take a screenshot or download the receipt and upload it.') }}
{{ !empty(company_setting('defult_currancy', $invoice->created_by, $invoice->workspace)) ? company_setting('defult_currancy', $invoice->created_by, $invoice->workspace) : '$' }}
@push('scripts') @endpush