{{ csrf_field() }}
{{-- Verify Section --}} @if($installment->request_uploads or $installment->needToVerify())
@if($installment->needToVerify())

{{ trans('update.verify_installments') }}

{!! nl2br($installment->verification_description) !!}
{{-- Banner --}} @if(!empty($installment->verification_banner))
{{ $installment->main_title }}
@endif {{-- Video --}} @if(!empty($installment->verification_video))
@endif @endif {{-- Attachments --}} @if($installment->request_uploads)

{{ trans('update.attachments') }}

@error('attachments')
{{ $message }}
@enderror
@endif
@endif {{-- Installment Terms & Rules --}}

{{ trans('update.installment_terms_&_rules') }}

{!! nl2br(getInstallmentsTermsSettings('terms_description')) !!}

{{ trans('update.important') }}

{{ trans('update.by_purchasing_installment_plans_you_will_accept_installment_terms_and_rules') }}

@if(!empty($hasPhysicalProduct)) @include('design_1.web.installments.includes.shipping_and_delivery') @endif @if(!empty(request()->get('quantity'))) @endif @if(!empty(request()->get('specifications')) and count(request()->get('specifications'))) @foreach(request()->get('specifications') as $k => $specification) @endforeach @endif
{{ trans('update.back') }}