{{ csrf_field() }}
@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
@endforeach @endif
@if(!$user->isUser())
@endif
financial_approval) or (old('financial_approval') == 'on')) ? 'checked' : '' }}>
enable_installments) or (old('enable_installments') == 'on')) ? 'checked' : '' }}>
installment_approval) or (old('installment_approval') == 'on')) ? 'checked' : '' }}>
disable_cashback) or (old('disable_cashback') == 'on')) ? 'checked' : '' }}>
enable_registration_bonus) ? 'checked' : '' }}>