{{ $tenant->name }}

Profile Setup

@for ($i = 1; $i <= $totalSteps; $i++)
@if ($i < $currentStep) @else {{ $i }} @endif

@if ($i == 1) Business Details @elseif($i == 2) Network Config @elseif($i == 3) Billing Setup @else Policies & Support @endif

@endfor
@if (session()->has('message'))

{{ session('message') }}

@endif @if (session()->has('error'))

{{ session('error') }}

@endif @if ($currentStep === 1)

Business Details

Complete your business information

@error('address')

{{ $message }}

@enderror
@error('timezone')

{{ $message }}

@enderror
@foreach(['monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday'] as $day)
{{ $day }}
@if(!$businessHours[$day]['closed'])
to
@endif
@endforeach
@endif @if ($currentStep === 2)

Network Configuration

Configure your network settings for {{ ucfirst($tenant->type) }} services

@if($tenant->type === 'isp' || $tenant->type === 'both')

ISP Configuration

@foreach(['mikrotik' => 'MikroTik RouterOS', 'ubiquiti' => 'Ubiquiti UniFi', 'cisco' => 'Cisco', 'other' => 'Other/Custom'] as $value => $label) @endforeach
@error('networkSystem')

{{ $message }}

@enderror
@error('radiusIp')

{{ $message }}

@enderror
@error('radiusSecret')

{{ $message }}

@enderror
@endif @if($tenant->type === 'hotspot' || $tenant->type === 'both')

Hotspot Configuration

@foreach(['hotel' => 'Hotel/Resort', 'cafe' => 'Cafe/Restaurant', 'public' => 'Public WiFi', 'office' => 'Office Building', 'retail' => 'Retail Store'] as $value => $label) @endforeach
@error('hotspotType')

{{ $message }}

@enderror
@error('accessPoints')

{{ $message }}

@enderror
@foreach(['voucher' => 'Voucher System', 'sms' => 'SMS OTP', 'social' => 'Social Media Login', 'email' => 'Email Verification'] as $key => $label) @endforeach
@endif
@endif @if ($currentStep === 3)

Billing & Services

Configure your billing settings and services

@error('currency')

{{ $message }}

@enderror
@error('billingCycle')

{{ $message }}

@enderror
@if($tenant->type === 'isp' || $tenant->type === 'both') @foreach(['broadband' => 'Broadband Internet', 'fiber' => 'Fiber Optic', 'wireless' => 'Wireless Internet', 'dedicated' => 'Dedicated Lines'] as $key => $label) @endforeach @endif @if($tenant->type === 'hotspot' || $tenant->type === 'both') @foreach(['guest_wifi' => 'Guest WiFi', 'premium_wifi' => 'Premium WiFi', 'event_wifi' => 'Event WiFi', 'corporate_wifi' => 'Corporate WiFi'] as $key => $label) @endforeach @endif
@error('services')

{{ $message }}

@enderror
@foreach(['cash' => 'Cash', 'bank_transfer' => 'Bank Transfer', 'mobile_money' => 'Mobile Money', 'card' => 'Credit/Debit Card', 'paypal' => 'PayPal', 'stripe' => 'Stripe'] as $key => $label) @endforeach
@endif @if ($currentStep === 4)

Policies & Support

Set up your support channels and policies

@error('supportEmail')

{{ $message }}

@enderror
@error('supportPhone')

{{ $message }}

@enderror

How long to keep customer data after account closure (minimum 30 days)

@error('tosAccepted')

{{ $message }}

@enderror
@endif
@if ($currentStep > 1) @else
@endif @if ($currentStep < $totalSteps) @else @endif