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

@csrf
@foreach ($businessModel as $model)
id ? 'checked' : '' }}>
@endforeach
@error('business_model')

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

{{ $message }}

@enderror
{{ t('back_to_business_type') ?? 'Back to Business Type' }}
@endsection