@extends('admin.layout.layout') @push('style') @endpush @push('script') {{-- 基礎 data --}} {{-- 更新上架 排序 --}} @endpush @section('content') {{ $config['page_title'] }} - 分類 {{ get_product_rack_path($config, $class_id) }} @if($class_id<>0) {{-- 新增 --}} @csrf 名稱: 排序: @endif @method('delete') @csrf @if($class_id<>0) 選擇全部 @endif 標題 @if($class_id<>0) 排序 上架 @if($config['p_home_set'] == 1) {{-- 首頁上架 --}} {{ $config['p_home_name'] }} @endif 修改內容 @endif @forelse ($data as $value) @if($class_id<>0) @endif @if($end_class_check) {{ $value['name'] }} @else {{ $value['name'] }} @endif @if($class_id<>0) @if($config['p_home_set'] == 1) {{-- 首頁上架 --}} @endif @endif @empty 暫無任何資料 @endforelse @adminPaginate(['data' => $data]) @if($class_id<>0) {{-- --}} @endif @endadminPaginate @endsection