@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
@lang('messages.col_invalid')
@lang('messages.add_success')

@lang('messages.basic_config')

@if($inst->cover_img != '') @else @endif
@lang('messages.select_img') @lang('messages.change') @lang('messages.remove')
@if($inst->status == 1) @else @endif

@lang('messages.pt_config')

@if($inst->point_type == 'free') @else @endif @if($inst->point_type == 'buy') @else @endif @if($inst->point_type == 'any') @else @endif

@lang('messages.desc_config')

@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection