@extends('layouts.frontend') @section('content')

203, Vinayak Chambers 10/A, Hospital Street, Kolkata - 700072

Get in touch with us

@if ($message = Session::get('success'))
{{ $message }}
@endif
@csrf()
@if ($errors->has('name')) @endif
@if ($errors->has('email')) @endif
@if ($errors->has('phone_no')) @endif
@if ($errors->has('subject')) @endif
@if ($errors->has('message')) @endif
@endsection