@extends('site.master') @section('title','Contact US') @section('content') @include('site.layouts.breadcrumb')

Hi, Howdy
Let’s Connect us

123movies
embedgooglemap.net

Address

Haque Shopping Mall (4th Floor)
Chowmuhani, Noakhali
info@gadgetbank.com.bd

{{ csrf_field() }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('phone_number'))
{{ $errors->first('phone_number') }}
@endif
@if($errors->has('message'))
{{ $errors->first('message') }}
@endif

@stop