@extends('foreground.layouts.frame') @section("titleBanner")

壹然 evernature

Banner首圖
會員專區
@endsection @section('body') @include('foreground.layouts.header', [ 'current' => '', ])
@include("foreground.profile.welcome-message.index")
{{-- 側邊欄 --}} @include("foreground.layouts.profile-sidebar")

收藏清單

logout
@if($products->isNotEmpty())
{{ $products->withQueryString()->links('vendor.pagination.custom') }}
@else

目前暫無收藏,到商品專區逛逛吧!

前往商品專區
@endif
背景圖
背景圖
@include('foreground.layouts.footer') @endsection