@extends('admin.layout.master') @section('content')
| 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}} |