@push('page_modals') @php $steps = [ 'configuration' => ['label' => 'Configuration', 'icon' => 'bx-cog', 'tab' => null], 'business-info' => ['label' => 'Business Information','icon' => 'bx-file', 'tab' => 'business-info'], 'owner-info' => ['label' => 'Owner Information', 'icon' => 'bx-user', 'tab' => 'owner-info'], 'products-services' => ['label' => 'Products & Services', 'icon' => 'bx-credit-card', 'tab' => 'products-services'], 'fee-schedule' => ['label' => 'Fee Schedule', 'icon' => 'bx-dollar-circle','tab' => 'fee-schedule'], 'docs-signing' => ['label' => 'Docs & Signing', 'icon' => 'bx-pen', 'tab' => 'docs-signing'], ]; $completedSteps = ['configuration']; // Configuration is always done once lead exists @endphp @endpush