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