@extends('admin.layout.master') @section('content')
Listing Details
No Image


{{$propDetail->user->userinfo['company_name']}}
{{$propDetail->user['name']}}
{{$propDetail->prop_name}}
{{$propDetail->parent['cat_name']}}
@if($propDetail->sub_catid == NULL)
{{$propDetail->category['cat_name']}}
@else
{{$propDetail->subcategory['cat_name']}}
{{$propDetail->category['cat_name']}}
@endif
{!!$propDetail->prop_desc!!}
@if($propDetail->prop_addr=='') N/A @else {{$propDetail->prop_addr.', '.$propDetail->prop_pincode.', '.$propDetail->prop_city.', '.$propDetail->prop_state.', '.$propDetail->country['country_name']}} @endif
@if($propDetail->prop_price == NULL) {{$propDetail->currency['curr_code']}} - Offers Invited @else {{$propDetail->currency['curr_code']}} {{$propDetail->prop_price}} @endif
@if($propDetail->status == 1) Enable @else Disable @endif
@if($propDetail->endDate == '') Open @else {{$propDetail->endDate.' '.$propDetail->endTime}} @endif
Back
@endsection @section('scripts') @endsection