@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','新保科技') }}

新增
@foreach ($themespots as $themespot) @endforeach
編號 標誌 標題 發佈時間 動作
{{$themespot->id}} @if(!empty($themespot->cover_img) ) @endif {{ $themespot->title }} {{$themespot->created_at}}
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection