PROPERTIES
@if(!empty($property))
@foreach($property as $key => $property_val)
@endforeach
@endif
Id | Added By | Name | Property Type | Property SubType | Address | Status | Status Action | Action | |
---|---|---|---|---|---|---|---|---|---|
{{$property_val->id}} | @if(!empty($property_val->user) && $property_val->user->role_id==1) Admin @elseif(!empty($property_val->user) && $property_val->user->role_id==2) Landlord @else Rental @endif | @if(!empty($property_val->user)){{$property_val->user->email}}@endif | @if(!empty($property_val->user)){{$property_val->user->first_name}}@endif | {{$property_val->property_type}} | {{$property_val->sub_property_type}} | {{$property_val->address}} | {{-- --}} @if($property_val->is_active==0) Deactive @else Active @endif |