@extends('layout') @section('pageTitle', "商品列表|".config('globals.app_name')) {{-- @endsection --}} {{-- @section('breadcrumb') @php $breadcrumb = [ ['name' => __("menu.LOC_BONUS_SETTINGS")], ['name' => __('menu.LOC_BONUSES')], ['name' => __('other.LOC_EDIT')], ]; $moduleName = __('menu.LOC_BONUSES'); $backBtn = "/bonus/bonus/"; @endphp @endsection --}} @section('content') @foreach ($ProductList as $item => $row)