@extends('console_layouts.master')
@section('title')
Banner設定
@endsection
@section('css')
@endsection
@section('content')
@component('components.breadcrumb')
@slot('title')
Banner設定
@endslot
@endcomponent
@if(isset($banner['about']->image )&& $banner['about']->image!="")
@endif
@if(isset($banner['product']->image))
@endif
@if(isset($banner['faq']->image))
@endif
@endsection
@section('script')
@endsection