@extends('layouts.welcomelayouts.app') @section('title') Wish List - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include('layouts.welcomelayouts.topsidebarmenu')

Wish List

@include('welcome.products.include.productsAll')
@endsection @push('js') @endpush