@extends('console_layouts.master') @section('title') 公司資訊 @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') 公司資訊 @endslot @endcomponent
請輸入項目名稱∕標題
{{--
請輸入商家名稱
--}} {{--
請輸入版權宣告
--}}
請輸入頁尾簡介
請輸入SEO Description
請輸入Title Keywords
請輸入GA嵌入碼
自訂CSS
LOGO
@if (isset($setting['logo1_filename']) && file_exists(public_path('assets/' . $setting['logo1_filename']))) @endif
@if (isset($setting['logo2_filename'])) @endif
@endsection @section('script') @endsection