@extends('frontend.layout')
@section('title', 'Inve Security - ' . t('Choose Business Model'))
@section('description', 'Select your business model to proceed with company registration.')
@section('content')
@for($i = 1; $i <= 6; $i++)
{{ $i }}
@if($i < 6)
@endif
@endfor
{{ t('step_4') ?? 'Step 4 of 6' }}
{{ t('chose_model') ?? 'Choose Your Business Model' }}
{{ t('select_business_model') ?? 'Select the operational framework for your organization' }}