@extends('admin.layout.master') @section('content')

{{$user->name}}'s Listings

@if(!$prop->isEmpty()) @foreach($prop as $val) @endforeach @endif
Name Category Location Min Bid Price Status
{{$val->prop_name}} {{$val->parent['cat_name']}} @if($val->prop_city == '') N/A @else

{{$val->prop_city.', '.$val->country['country_name']}}

@endif
@if($val->prop_price==NULL) {{$val->currency['curr_code']}} - Offers Invited @else {{$val->currency['curr_code']}} {{$val->prop_price}} @endif @if($val->status == 1) Enable @elseif($val->status == 0) Disable @elseif($val->status == 5) Pending @else Expired @endif @if($val->status != 2) Edit Delete @endif @include('admin.partial.prod_del_modal')
Back
@endsection @section('scripts') @endsection