@extends('frontend.layout') @section('title', 'Inve Security - ' . t('contact_title')) @section('description', 'Contact Inve Security for premium security solutions and expert consultation in Saudi Arabia.') @section('content')
{{ t('contact_available') }}

{{ t('contact_title_line1') }} {{ t('contact_title_line2') }}

{{ t('contact_description') }}

24/7
Support
1h
Response Time
100%
Satisfaction

{{ t('contact_info_title') }}

{{ t('address_title') }}

{{ $settings['company_address'] ?? 'Riyadh, Saudi Arabia' }}

{{ t('get_directions') }}

{{ t('phone_title') }}

{{ $settings['company_phone'] ?? '+966 11 234 5678' }}

{{ t('phone_hours') }}

{{ t('email_title') }}

{{ $settings['company_email'] ?? 'info@inve-security.com' }}

{{ t('email_response') }}

{{ t('follow_us') }}

{{ t('contact_form_title') }}

{{ t('contact_form_subtitle') }}

@if (session('success'))

{{ t('form_success_title') }}

{{ session('success') }}

@endif @if (session('error'))

{{ t('form_error_title') }}

{{ session('error') }}

@endif @if ($errors->any())

{{ t('form_error_title') }}

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('branch')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror
Our Location

{{ t('find_us_title') }}

{{ t('find_us_subtitle') }}

@if(isset($settings['google_map_embed']) && !empty($settings['google_map_embed'])) {!! $settings['google_map_embed'] !!} @else

Location Map

{{ $settings['company_address'] ?? 'Riyadh, Saudi Arabia' }}

@endif
@endsection