@extends('admin.layout.layout') @push('style') @endpush @push('script') @endpush @section('content')

{{ $config['page_title'] }} - 分類

{{ get_product_rack_path($config, $data['class_id'], $data['id'] ?? 0) }}
@if(empty($data))新增分類資料 @else 修改分類資料@endif
@if($action == 'upd') @method('patch') @endif @csrf
@adminRow @slot('title') {{ $config['col_title'] }}標題/名稱 @endslot @endadminRow {{-- 圖片上傳 --}} @if($config['pic_set'] == 1) @adminRow @slot('title') 上傳圖片 @endslot
@if($config['pic_edit'] == 1) 編輯圖片 @endif @endadminRow @adminRow @slot('title')   @endslot
圖片限 {{ $config['pic_mime'] }} 檔,檔案大小不可超過 {{ get_file_max($config['pic_max_limit']) }} {{-- ! 圖片請用 {{ $config['pic_width'] }} * {{ $config['pic_height'] }} 的寬高上傳 --}}
@endadminRow @adminRow @slot('title') {{ $config['col_title'] }}圖片 Alt @endslot @endadminRow {{-- 圖片上傳 end --}} @endif {{-- 排序 --}} @adminRow @slot('title') {{ $config['col_title'] }}排序 @endslot @endadminRow {{-- 排序 end --}} {{-- 狀態 --}} @adminRow @slot('title') {{ $config['col_title'] }}狀態 @endslot 上架  @if($config['p_home_set'] == 1) {{ $config['p_home_name'] }}  @endif @endadminRow {{-- 狀態 end --}}
@endsection