@extends('layout') @section('pageTitle', "商品|".config('globals.app_name')) @section('content')

商品

新增商品
@foreach ($items as $item => $row) @endforeach
編號 類別 名稱 排序 狀態 功能
#{{ $row->id }} {{ $row->pmSid }} {{ $row->Name }} {{ $row->order }}
Status)>
編輯
@csrf @endsection @push('modal') @component('components.modal.notice', ['name' => 'alert','title' => 'Notice']) @endcomponent @endpush