@extends('frontend.layout') @section('title', 'Inve Security - ' . t('Choose State')) @section('description', 'Select your business state to proceed with company registration.') @section('content')
{{ 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' }}

@csrf
@foreach ($states as $state)
id ? 'checked' : '' }}>
@endforeach
@error('state')

{{ t('selection_required') ?? 'Selection Required' }}

{{ $message }}

@enderror
{{ t('back_to_business_model') ?? 'Back to Business Model' }}
@endsection