@extends('frontend.layout.master') @section('title') FSBM | {{ucfirst($slug->title)}} @endsection @section('keyword') {!!strip_tags($slug->meta_keyword)!!} @endsection @section('description') {!!strip_tags($slug->meta_desc)!!} @endsection @section('content')
@else
{{ Session::get('success') }}
{{ Session::get('errors') }}
| Name | Category | Price | Status | Action |
|---|---|---|---|---|
{{$val->prop_name}}@if($val->endDate == '') Open @else {{date('d-M-Y', strtotime($val->endDate))}}, {{$val->endTime}} @endif |
{{$val->parent->cat_name}} | @if($val->prop_price == NULL) {{$val->currency['curr_code']}} - Offers Invited @else {{$val->currency['curr_code']}} {{$val->prop_price}} @endif | @if($val->status==0) Disable @elseif($val->status==2) Expired @else Active @endif | @if($val->status!=2) @if($val->status==0) @else @endif @endif @include('frontend.partial.prod_del_modal') |
| Listing Name | Category | Min Bid Price | Bid Price | Bid Date | |
|---|---|---|---|---|---|
|
@if($val->property['status'] == 1)
{{$val->property['prop_name']}}@else{{$val->property['prop_name']}}@endif |
{{$val->category['cat_name']}} | @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}} | {{date('d-M-y H:m', strtotime($val->updated_at))}} | @if($val->property['status'] == 1) @endif @include('frontend.partial.bidding_del_modal') |