@php use App\Libraries\CartChannel;use App\Libraries\Text;use Carbon\Carbon; @endphp @extends('foreground.layouts.frame') @section('titleBanner') Banner描述 @endsection @section('body') @include('foreground.layouts.gtm') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => 'product', ])
{!! $productLinks !!}
@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @vite("resources/js/foreground/sidebar_contorl.js") @endsection