@extends('layouts.user') @push('css') @endpush @section('title')

@lang('Bookmarked Listing')

@lang('Dashboard')
@endsection @section('content')
@if (count($wishlists) == 0) @else @foreach ($wishlists as $key => $list) @if($list->property) @endif @endforeach @endif
@lang('Image') @lang('Name') @lang('Price') @lang('Type') @lang('Options')

{{__('No Data Found')}}

{{ showNameAmount($list->property->price) }}
{{ $list->property->type== 'for_rent' ? __('Rent') : __('Buy')}}
@endsection @push('js') @endpush