{{ csrf_field() }}
{{ trans('financial.account_type') }}
{{ trans('financial.select_account_type') }}
@foreach($userBanks as $userBank)
selectedBank) and $user->selectedBank->user_bank_id == $userBank->id) selected="selected" @endif data-specifications="{{ json_encode($userBank->specifications->pluck('name','id')->toArray()) }}">{{ $userBank->title }}
@endforeach
@error('bank_id')
{{ $message }}
@enderror
@if(!empty($user) and !empty($user->selectedBank) and !empty($user->selectedBank->bank)) @foreach($user->selectedBank->bank->specifications as $specification) @php $selectedBankSpecification = $user->selectedBank->specifications->where('user_selected_bank_id', $user->selectedBank->id)->where('user_bank_specification_id', $specification->id)->first(); @endphp
{{ $specification->name }}
@endforeach @endif
{{ trans('financial.identity_scan') }}
{{ trans('financial.address') }}
@if(!$user->isUser())
{{ trans('admin/main.user_commission') }} (%)
@endif
financial_approval) or (old('financial_approval') == 'on')) ? 'checked' : '' }}>
{{ trans('admin/main.financial_approval') }}
enable_installments) or (old('enable_installments') == 'on')) ? 'checked' : '' }}>
{{ trans('update.enable_installments') }}
installment_approval) or (old('installment_approval') == 'on')) ? 'checked' : '' }}>
{{ trans('update.installment_approval') }}
disable_cashback) or (old('disable_cashback') == 'on')) ? 'checked' : '' }}>
{{ trans('update.disable_cashback') }}
enable_registration_bonus) ? 'checked' : '' }}>
{{ trans('update.enable_registration_bonus') }}
{{ trans('update.registration_bonus_amount') }}
{{ trans('admin/main.submit') }}