@if(!empty($cont->id))
@if(has_permission('user_delete'))
@endif
@endif
{{(!empty($agent->full_name))? $agent->full_name: ''}}
{{(!empty($agent->email))? $agent->email :''}}
{{(!empty($agent->mobile_phone))? $agent->mobile_phone: ''}}
Price: {{(!empty($contact->price_min))? $contact->price_min : '0'}} {{(!empty($contact->price_max))? ' To '.$contact->price_max : ''}}
Bedroom: {{(!empty($contact->bedroom_min))? $contact->bedroom_min : ''}} {{(!empty($contact->bedroom_max))? ' To '.$contact->bedroom_max : ''}}
Contact Source: {{(!empty($contact->contact_source))? $contact->contact_source : ''}}
Lead Source: {{(!empty($contact->lead_source))? $contact->lead_source : ''}}
@if(!empty($contact->construction_status))Construction Status: {{$contact->construction_status}}
@endif @if(!empty($contact->updated_at))Updated At {{date("D F Y", strtotime($contact->updated_at))}}
@endif
{!! Form::open(array('role'=>'form', 'enctype' => 'multipart/form-data')) !!}