@extends('frontend.layout')
@section('title', 'Inve Security - ' . t('Business Type Selection'))
@section('description', 'Select your business type to proceed with company registration.')
@section('content')
@for($i = 1; $i <= 6; $i++)
{{ $i }}
@if($i < 6)
@endif
@endfor
{{ 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' }}