@extends($active_theme) @section('title') {{__('user.User Collection')}} @endsection @section('frontend-content')
@include('user.inc.profile_header')
@forelse ($wishlists as $wishlist)
@empty

{{__('user.Collection not found')}}

@endforelse
@if ($wishlists->hasPages()) {{ $wishlists->links('custom_pagination') }} @endif
@include('user.inc.user_information')
@endsection