@extends('partial.master') @section('page_title', '商品輪播設定') @section('scripts') @php $list = [['name' => '限時搶購', 'key' => 'flash'], ['name' => '首購優惠', 'key' => 'first_buy'], ['name' => '熱銷商品', 'key' => 'popular'], ['name' => '精選品牌', 'key' => 'selected_brand'], ['name' => 'CLC嚴選', 'key' => 'clc_selected'], ['name' => '為您推薦', 'key' => 'just_for_you'], ['name' => '四國_TW', 'key' => 'cnt_tw'], ['name' => '四國_EN', 'key' => 'cnt_ph'], ['name' => '四國_ID', 'key' => 'cnt_id'], ['name' => '四國_VN', 'key' => 'cnt_vn']]; @endphp @endsection @section('kt_content_container')
@endsection