@extends('layout.manage') @section('css_page_level') @endsection @section('page-content-wrapper')

@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }} {{ $setting::get('company_name','新保科技') }}

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
您似乎有部分欄位有錯誤,請查看後再送出。
新增成功。
編輯主題景點
@if($themespot->cover_img != '') @else @endif
選擇圖片 更換 移除
@if($themespot->file != '') {{ $original_filename }} @endif
 
選擇檔案 更換 移除
@if($themespot->image1 != '') @else @endif
選擇圖片 更換 移除
@if($themespot->image2 != '') @else @endif
選擇圖片 更換 移除
@if($themespot->image3 != '') @else @endif
選擇圖片 更換 移除
@if($themespot->image4 != '') @else @endif
選擇圖片 更換 移除
@if($themespot->image5 != '') @else @endif
選擇圖片 更換 移除
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection