@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 ($inst_total_morning != '') @else @endif @if ($inst_total_afternoon != '') @else @endif @if ($inst_total_night != '') @else @endif
{{$name}}
日期 星期 上午 下午 晚上
單數 人數 單數 人數 單數 人數
合計 {{$inst_total_morning_count}}{{$inst_total_morning}}0{{$inst_total_afternoon_count}}{{$inst_total_afternoon}}0{{$inst_total_night_count}}{{$inst_total_night}}0
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection