@inject('setting','anlutro\LaravelSettings\Facade')
{{ $setting::get('system_name','全方位建築智慧化管理系統') }} {{ $setting::get('company_name','新保科技') }}
{{$name}} |
日期 |
星期 |
上午 |
下午 |
晚上 |
單數 |
人數 |
單數 |
人數 |
單數 |
人數 |
合計 |
|
{{$inst_total_morning_count}} |
@if ($inst_total_morning != '')
{{$inst_total_morning}} |
@else
0 |
@endif
{{$inst_total_afternoon_count}} |
@if ($inst_total_afternoon != '')
{{$inst_total_afternoon}} |
@else
0 |
@endif
{{$inst_total_night_count}} |
@if ($inst_total_night != '')
{{$inst_total_night}} |
@else
0 |
@endif
@endsection
@section('plugins_page_level')
@endsection
@section('js_page_level')
@endsection