@extends('storefront.layouts.main') @section('title', 'Contact Us') @section('content')

Contact Us

Have a question? We'd love to hear from you.

Send us a Message
@if(session('success'))
{{ session('success') }}
@endif
@csrf
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('subject')){{ $errors->first('subject') }}@endif
@if ($errors->has('message')){{ $errors->first('message') }}@endif
Contact Information
Email

support@whms.com

Phone

+880 1700-000000

Address

House 12, Road 5, Block C
Banani, Dhaka 1213
Bangladesh

Business Hours

Sat - Thu: 9:00 AM - 6:00 PM
Friday: Closed

@endsection