@extends('layouts.frontend') @section('title', 'Contact Us') @section('description', 'Get in touch with us. We are here to help with any questions about our healthcare services.') @section('content')

Contact Us

We are here to help. Get in touch with us.

Send us a Message

@if(session('success'))
Thank you for your message! We will get back to you soon.
@endif
@csrf

Contact Information

Address

{{ config('settings.contact_address', '123 Health Street, Medical City') }}

Phone

{{ config('settings.contact_phone', '+1 234 567 8900') }}

Email

{{ config('settings.contact_email', 'info@bms.com') }}

Working Hours

{{ config('settings.working_hours', 'Mon-Fri: 9AM - 6PM') }}

Follow Us

@endsection