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

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

@if(!$biddingDetails->isEmpty()) @foreach($biddingDetails as $val) @endforeach @endif
Listing Name Category Owner Name Address Min Bid Price Bidding Price Bidding Date
{{$val->property['prop_name']}} {{$val->category['cat_name']}} {{$val->user['name']}} @if($val->property['prop_city']=='') N/A @else

{{$val->property['prop_city']}}

@endif
@if($val->property['prop_price'] == '') {{$val->currency['curr_code']}-Offers Invited @else {{$val->currency['curr_code']}} {{$val->property['prop_price']}} @endif {{$val->currency['curr_code']}} {{$val->bid_price}} {{$val->updated_at}}
Back
@endsection @section('scripts') @endsection