@extends('console_layouts.master') @section('title') 首頁設定 @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') 首頁 @endslot @endcomponent
關於我們
圖片(圖片大小限制1MB以內,最多10張)
@foreach ($blocks['about']['image'] as $image)
@endforeach
棉類介紹
@foreach ($blocks['cottontype']['cottontypes'] as $cottontype)
圖片(圖片大小限制1MB以內)
@if(isset($cottontype->image[0]))
@endif
上傳圖片
刪除
@endforeach
特色介紹
@foreach ($blocks['feature']['features'] as $feature)
圖片(圖片大小限制1MB以內)
@if(isset($feature->image[0]))
@endif
上傳圖片
刪除
@endforeach
@endsection @section('script') @endsection