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

Live Bidding List

@if(!$liveBid->isEmpty()) @foreach($liveBid as $val) @endforeach @endif
Listing Name Category Owner Name Location Min Bidding Price End Date/Time
{{$val->prop_name}} {{$val->parent['cat_name']}} {{$val->user->name}} @if($val->prop_city=='') N/A @else {{$val->prop_city}} @endif @if($val->prop_price== NULL) {{$val->currency['curr_code']}} - Offers Invited @else {{$val->currency['curr_code']}} {{$val->prop_price}} @endif @if($val->endDate != '') {{date('d-M-y', strtotime($val->endDate)).' '.$val->endTime}} @else Open @endif
@endsection @section('scripts') @endsection