@extends('layouts.front') @section('meta-tags') @endsection @section('meta-tags-og') @endsection @section('title') @lang('Wishlist') - {{config('app.name')}} @endsection @section('styles') @endsection @section('above_content') @endsection @section('content')

@lang('My Wishlist')

@if($products->count())
@include('includes.products.products-grid-view',['page'=>'wishlist'])
{{$products->links('vendor.pagination.custom-ui')}}
@else
@lang('Empty Wishlist')

@lang('NO ITEM IN YOUR WISHLIST')

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