@extends('frontend.layout') @section('title', 'Inve Security - ' . t('Choose Branch')) @section('description', 'Select your branch to proceed with company registration.') @section('content')
{{ t('step_5') ?? 'Step 5 of 6' }}

{{ t('select_your_business_branch') ?? 'Choose Your Business Branch' }} {{ t('choose_branch_where') ?? 'Select the branch where your business will be registered' }}

{{ count($branches) }} {{ t('branches') ?? 'branches' }} {{ t('available') ?? 'available' }}
@csrf
@foreach ($branches as $branch)
id ? 'checked' : '' }}>
@endforeach
@error('branch')

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

{{ $message }}

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