@php use App\Http\Models\Admin\LocationModel; $location = DB::table('location')->select('location')->where('id', $contact->city_id)->first(); @endphp KalsiEstate

New Property Enquiry

{{$contact->name}} has putted an inquery on your portal, Find the below details

@if($contact->message!='') @endif
Name: {{$contact->name}}
Email: {{$contact->email}}
Phone: {{$contact->phone}}
City: {{$location->location}}
Message: {{$contact->message}}