@extends('layouts.app') @section('title', 'Welcome to ' . config('app.name', 'UAE Typing SaaS ERP')) @section('content')
Guided Tenant Onboarding System

Welcome to {{ config('app.name', 'UAE Typing SaaS ERP') }}

Let's complete the essential setup for {{ $tenant->company_name }} before taking your operations live.

Subscription Status {{ $tenant->status }}
Setup Completion Progress Setup Progress: {{ $progress['percentage'] }}%
Completed {{ count(array_filter($progress['steps'])) }} of {{ count($progress['steps']) }} Essential Steps @if($progress['is_ready_for_go_live']) ✓ Ready for Go Live! @else Mandatory items pending @endif

Onboarding Steps Checklist

19 Guided Configuration Items
Skip to Dashboard ➔
@csrf
@endsection