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

{{ $config['page_title'] }}

@if(empty($data)) 新增資料 @else 修改資料 @endif
@if($action == 'upd') @method('patch') @endif @csrf
@adminRow @slot('title') {{ $config['col_title'] }}標題/名稱 @endslot @endadminRow @adminRow @slot('title') {{ $config['col_title'] }}連結 @endslot @endadminRow @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 @adminRow @slot('title') {{ $config['col_title'] }}排序 @endslot @endadminRow @adminRow @slot('title') {{ $config['col_title'] }}上架 @endslot   @endadminRow
@endsection