@extends('layouts.app') @section('title', 'Qualification Results') @section('content')
{{-- ── Page Header ── --}}

Qualification

{{ $loc ? 'LOC: ' . $loc : 'Find a service address to begin' }}

{{-- ── Progress Steps ── --}}
1 Find Location
2 Qualification Results
3 Customer Details
4 Order Submission
{{-- ── Step Panels ── --}}
{{-- Step 1: Find Location --}}
Please enter the Service Address to locate the desired location.
{{-- Step 2: Qualification Results --}}
{{-- Step 3: Order Details --}}

Customer Details

@if(($serviceType ?? 'nbn') === 'nbn') @endif
{{-- Service Details (below Customer Details) --}} {{-- PPPoE Authentication Details (below Service Details) --}}
{{-- Step 4: Order Submission --}}

Review your order and choose how you would like to pay.

{{-- ── Navigation ── --}}
{{-- AVC verification modal (when user selects a "Used" NTD port) --}} {{-- Hidden map for Google Places --}} @endsection @push('styles') @endpush @push('scripts') @if(!empty($googleMapsApiKey)) @else @endif @endpush