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

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

@if($version == 0)

1. 設備資訊

2. 保固資訊

@if($longrepair == 1)

3. 預算金額設定

@endif @else
@if(Sentinel::check()->username == 'admin')
@endif @endif
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection