@extends('welcome') @section('content')

Contact - US

Address

H NO 34, VILLAGE REHNWA, MANESAR, GURGAON, HARYANA - 122502, INDIA

Help-line

Phone:+91- 8447533315, 9650199931

E-mail

support@bhashalekhan.com
info@bhashalekhan.com

{{ csrf_field() }} @if (count($errors) > 0)
Whoops! There were some problems with your input. @foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if(session()->has('message'))
{{ session()->get('message') }}
@endif
@endsection