@extends('frontend.layout') @section('title', 'Inve Security - ' . t('Business Type Selection')) @section('description', 'Select your business type to proceed with company registration.') @section('content')
{{ t('step_3') ?? 'Step 3 of 6' }}

{{ t('business_type_select1') ?? 'Choose Your Business Type' }} {{ t('business_type_select2') ?? 'Select the category that best fits your organization' }}

@csrf
@foreach ($businessType as $item)
id ? 'checked' : '' }}>
@endforeach
@error('business_type')

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

{{ $message }}

@enderror
{{ t('back_to_contact') ?? 'Back to Contact' }}
@endsection