@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','新保科技') }} @inject('Setting','anlutro\LaravelSettings\SettingStore')

離峰日設定 {{-- 系統管理員才可用 --}} @if(Sentinel::getUser()->id == 1) @endif
@foreach($bill as $one) @endforeach
年度 月份 狀態 動作
{{$one->year}} {{$one->month}} @if($one->status == 1) 啟用 @else 停用 @endif
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection