@extends('layouts.front') @section('title')@lang('Wishlist') - {{config('app.name')}}@endsection @section('styles') @endsection @section('content')
@if($products->count())
@include('partials.front.cart-message')
@lang('Wishlist')
    {{$products->links('vendor.pagination.custom')}}
@else

@lang('The wishlist is empty.') @lang('Go to Shop')

@endif
@endsection @section('scripts') @include('includes.cart-submit-script') @endsection