@extends('frontend.layout')
@section('title', 'Inve Security - ' . t('Choose State'))
@section('description', 'Select your business state to proceed with company registration.')
@section('content')
@for($i = 1; $i <= 6; $i++)
{{ $i }}
@if($i < 6)
@endif
@endfor
{{ t('step_5') ?? 'Step 5 of 6' }}
{{ t('select_your_business_state') ?? 'Choose Your Business State' }}
{{ t('chose_satete_where') ?? 'Select the state where your business will be registered' }}