@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 {{ t('form_name') }} * @error('name') {{ $message }} @enderror {{ t('form_email') }} * @error('email') {{ $message }} @enderror {{ t('form_phone') }} @error('phone') {{ $message }} @enderror {{ t('form_select_branch') }} {{ t('form_select_branch_placeholder') }} @foreach ($branches as $branch) id ? 'selected' : '' }}> {{ $branch->name }} @if($branch->city) - {{ $branch->city }} @endif @endforeach @error('branch') {{ $message }} @enderror {{ t('form_message') }} * {{ old('message') }} @error('message') {{ $message }} @enderror {{ t('form_submit') }} 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
{{ t('contact_description') }}
{{ $settings['company_address'] ?? 'Riyadh, Saudi Arabia' }}
{{ t('phone_hours') }}
{{ t('email_response') }}
{{ t('contact_form_subtitle') }}
{{ session('success') }}
{{ session('error') }}
{{ $message }}
{{ t('find_us_subtitle') }}