@extends('backend.layouts.master') @section('pageTitle') Contact Us @endsection @section('bodyCssClass') @endsection @section('pageContent') Contact Us Location Dashboard Contact Us Contact Us * Marks are required feild @csrf Address* @if($address){{ $address->meta_value }}@endif {{ $errors->first('address') }} Phone/Mobile number* {{ $errors->first('phone_no') }} Email* {{ $errors->first('email') }} Location(latitude and longitude)* {{ $errors->first('latlong') }} @endsection @section('extraScript') @endsection