@extends('backend.layouts.master') @section('pageTitle') Contact Us @endsection @section('bodyCssClass') @endsection @section('pageContent')

Contact Us Location

Contact Us * Marks are required feild

@csrf
{{ $errors->first('address') }}
{{ $errors->first('phone_no') }}
{{ $errors->first('email') }}
{{ $errors->first('latlong') }}
@endsection @section('extraScript') @endsection