@extends('layouts.app') @section('content')
{{-- Header Section --}}

Get In Touch, We're here to help 24/7

We'd love to hear from you. Send us a message and we'll respond as soon as possible.

{{-- Main Content Grid --}}
{{-- Contact Form --}}

Send us a message

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Full Name --}}
{{-- User icon --}} @error('fullName')

{{ $message }}

@enderror
{{-- Email --}}
{{-- AtSign icon --}} @error('email')

{{ $message }}

@enderror
{{-- Subject --}}
{{-- FileText icon --}} @error('subject')

{{ $message }}

@enderror
{{-- Message --}}
{{-- MessageSquare icon --}} @error('message')

{{ $message }}

@enderror
{{-- Submit Button --}}
{{-- Contact Information --}}
{{-- Contact Details Card --}}

Contact Information

{{-- Phone --}}
{{-- Phone icon --}}
{{-- Email --}}
{{-- Mail icon --}}
{{-- Additional Info Card --}}

Response Time

We typically respond to all inquiries within 24 hours during business days. For urgent matters, please call us directly.

@endsection