@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(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('errors'))

{{ Session::get('errors') }}

@endif
@foreach($selfMotgage as $val) @endforeach
Name Category Price Status Action
img

{{$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')
@csrf @if(Auth::user()->role_id == 2)
@endif
@if(!$Motgage->isEmpty()) @foreach($Motgage as $val) @endforeach @endif
Listing Name Category Min Bid Price Bid Price Bid Date
@if($val->property['status'] == 1) @endif img
@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')
@endsection @section('scripts') @endsection