@extends('console_layouts.master') @section('title') 關於我們 @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') 關於我們 @endslot @endcomponent
區塊一
@foreach ($blocks['block_1']['features'] as $feature)
圖片(圖片大小限制1MB以內)
@if(isset($feature->image[0]))
@endif
上傳圖片
刪除
@endforeach
區塊二
@foreach ($blocks['block_2']['features'] as $feature)
刪除
@endforeach
@if(isset($blocks['block_2']['image'][0]))
@endif
@endsection @section('script') @endsection