@extends('admin.layouts.layout-login') @section('head') @if (isset($form_completed) && $form_completed) @else @endif @endsection @section('content')
@if (isset($form_completed) && $form_completed) {{-- Thank You Content - Show when form is fully submitted --}}

Thank You!

Your Application Has Been Submitted Successfully

We have received your merchant onboarding application. Our team will review your submission and contact you within 2-3 business days.

Application Number

{{ $application_number ?? 'APP-' . rand(100000, 999999) }}

Processing Time

2-3 Business Days

{{-- --}} @else {{-- Form Saved Content - Show when form is saved but not submitted --}}
Progress Saved Successfully!

Your form data has been saved. You can continue from where you left off anytime.

{{ $location->percentage_completion ?? 60 }}% Complete

{{--
Business Info
Completed
Owner Details
In Progress
Banking Info
Pending
--}} {{-- --}} @endif
@endsection @push('page_script') @endpush @push('page_style') @endpush