@extends('frontend.layouts.master') @section('title','contact-us') @section('content')

Get in touch

EA Perfumes Ltd.
EA Perfumes Ltd,
George Road,
Birmingham, B23 7R
Office Hours
Monday to Friday
9:00 am to 6:00 pm
Saturday
9:00 am to 12:00 noon
Phone: 01213141458

Reach Out to Us: We're Listening

Share Your Thoughts, Concerns, or Queries - We Value Your Input

@csrf
@if ($errors->has('full_name'))

{{ $errors->first('full_name') }}

@endif
@if ($errors->has('phone_no'))

{{ $errors->first('phone_no') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('company_name'))

{{ $errors->first('company_name') }}

@endif
@if ($errors->has('message'))

{{ $errors->first('message') }}

@endif
@if ($errors->has('address_line_1'))

{{ $errors->first('address_line_1') }}

@endif
@if ($errors->has('city'))

{{ $errors->first('city') }}

@endif
@if ($errors->has('address_line_2'))

{{ $errors->first('address_line_2') }}

@endif
@if ($errors->has('post_code'))

{{ $errors->first('post_code') }}

@endif
@endsection