@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')
@if(Auth::user()->image == NULL || Auth::user()->image == '') img @else img @endif
@if(!$wishlist->isEmpty()) @foreach($wishlist as $val) @endforeach @endif
Listing Name Category Min Bid Price Action
img

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

@if($val->property['endDate'] == '') Open @else {{date('d-M-Y', strtotime($val->property['endDate']))}}, {{$val->property['endTime']}} @endif
{{$val->category['cat_name']}} @if($val->property['prop_price'] == '') {{$val->property->currency['curr_code']}} - Offers Invited @else {{$val->property->currency['curr_code']}} {{$val->property['prop_price']}} @endif @include('frontend.partial.wishlist_del_modal')
@endsection @section('scripts') @endsection