@extends('frontend.layouts.app') @section('title', 'Contact Us') @section('content') {{-- @if ($errors->any())
@endif --}} {{-- Hero Section --}} @include('frontend.partials.hero', [ 'mainHeading' => __('pages.contact_us'), 'subHeading' => __('pages.contact_us_description'), 'breadcrumb1' => [ 'name' => __('route.home'), 'route' => route('home'), ], 'breadcrumb2' => [ 'name' => __('route.contact_us'), 'route' => route('contact'), 'class' => 'text-gray-400', ], 'breadcrumb3' => null, 'breadcrumb4' => null, ])

{{ __('pages.get_in_touch') }}

{{ __('pages.we_here_to_help') }}

{{ __('pages.fill_form_below') }}

@csrf @if (session('success'))
{{ session('success') }}
@endif
{{-- Message --}}
@error('message')

{{ $message }}

@enderror
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @error('g-recaptcha-response')

{{ $message }}

@enderror
GBBS

{{ __('pages.contact_us') }}

{{ __('pages.feel_free') }}

{{-- Email --}} {{-- Phone --}} {{-- Social --}}
GBBS

{{ __('pages.social_community') }}

{{ __('pages.stay_connected_with_us') }}:

@if (isset($setting->facebook)) @endif @if (isset($setting->instagram)) @endif @if (isset($setting->linkedin)) @endif @if (isset($setting->x)) @endif @if (isset($setting->youtube)) @endif
{{-- ✅ Google Map --}}
@endsection @push('scripts') @endpush