@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(!$motgage->isEmpty()) @foreach($motgage as $key=>$val)
img
@if(Auth::user()) @if(Auth::user()['role_id']==3) @if(count($val->wishlist)>0) @else @endif @endif @else @endif
@if($val->endDate == '') Open @else @if($carbon<=($val->endDate.' '.$val->endTime)) {{$carbon->diffInSeconds($val->endDate.' '.$val->endTime) }} @else 00 Days 00:00:00 @endif @endif
{{$val->category['cat_name']}}

{{$val->prop_name}}

{!!str_limit(strip_tags($val->prop_desc), 50)!!}

@endforeach @else

No Listing Available

@endif
    @if($sortBy) {{$motgage->appends(['s' => $sortBy])->links() }} @else {{ $motgage->links() }} @endif

Categories

@csrf
@foreach($main_array as $val) @endforeach
@endsection @section('scripts') @endsection