@php $d = $lead ? ($lead->turbo_app_data ?? []) : []; $doc = $d['docs_signing'] ?? []; $dv = fn($key, $fallback = '') => old("turbo_app_data[docs_signing][$key]", $doc[$key] ?? $fallback); $allStepsComplete = $lead && $lead->turbo_app_completion_pct >= 100; @endphp {{-- ══ Document Attachment ══ --}}
Document Attachment
3 months most recent processing statements are recommended.
{{-- Attached documents list --}}
{{-- populated via AJAX or page load if documents exist --}}
{{-- ══ e-Signature Setup ══ --}}
e-Signature Setup
@if(!$allStepsComplete)
Complete all application steps to enable e-signature.
@endif
{{-- Attach Document Modal --}} @push('modals') @endpush @push('page_script') @endpush