@extends('frontend.layout') @section('title', 'Inve Security - ' . t('Contact Information')) @section('description', t('Contact Inve Security to learn more about our services and how we can help your business grow.')) @section('content')
{{ t('Step 2 of 6') }}

{{ t('Contact Information') }} {{ t('Share your details to continue') }}

{{ t('Provide your contact information to proceed with your security consultation') }}

@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
{{ t('Your information is protected with enterprise-grade security') }}

{{ t('By continuing, you agree to our') }} {{ t('Terms') }} {{ t('and') }} {{ t('Privacy Policy') }}

@endsection