@extends('console_layouts.master') @section('title') Banner設定 @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') Banner設定 @endslot @endcomponent
關於我們(圖片大小限制1MB以內)
@if(isset($banner['about']->image )&& $banner['about']->image!="")
@endif
作品展示(圖片大小限制1MB以內)
@if(isset($banner['product']->image))
@endif
常見問題(圖片大小限制1MB以內)
@if(isset($banner['faq']->image))
@endif
聯絡我們(圖片大小限制1MB以內)
@if(isset($banner['contact']->image))
@endif
@endsection @section('script') @endsection