{{ html()->form('GET', url('/admin/inquiries'))
->attributes(['class' => 'app-search', 'id' => 'search'])->open() }}
{{ html()->form()->close() }}
{{ Session::get('flash_message') }}
@endif
| Name | Phone | Property | Message | Date | {{trans('words.action')}} | |
|---|---|---|---|---|---|---|
| {{ stripslashes($data->name) }} | {{ $data->email }} | {{ $data->phone }} | @if($data->property_id) {{ stripslashes(\App\Property::getPropertyInfo($data->property_id,'title')) }} @endif | {{ stripslashes($data->message) }} | {{ date('M d Y h:i a',$data->date) }} |