@extends('layouts.front') @section('content')
@if(count($wishlists))
@include('includes.filter')
@foreach($wishlists as $wishlist) @if(!empty($sort))

{{ $wishlist->name }}

{{ $wishlist->showPrice() }}{{ $wishlist->showPreviousPrice() }}
@else

{{ $wishlist->product->name }}

{{ $wishlist->product->showPrice() }}{{ $wishlist->product->showPreviousPrice() }}
@endif @endforeach
{{ $wishlists->appends(['sort' => $sort])->links() }}
@else

{{ $langg->lang60 }}

@endif
@endsection @section('scripts') @endsection