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