@extends('layouts.front-end.app') @section('title',\App\CPU\translate('My Wishlists')) @push('css_or_js') @endpush @section('content')
@include('web-views.partials._profile-aside')
@include('web-views.partials._wish-list-data',['wishlists'=>$wishlists])
@endsection @push('script') @endpush