@@include('styles.html',{
"title" : "Wishlist || Quicky"
})
@@include('preloader.html')
@@include('header.html',{
"headerNo" : "two"
})
@@include('breadcrumb.html',{
"breadcrumbNo" : "one",
"activeHeading" : "Shop Related Page",
"active-page" : "Wishlist"
})
@@include('wishlist.html')
@@include('brand.html',{
"brandNo" : "one",
"sectionSpaceTop" : "pb-95"
})
@@include('footer.html',{
"footerNo" : "two"
})
@@include('modal.html')
@@include('scroll-to_top.html')
@@include('scripts.html')