@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','新保科技') }}
宿舍房號
|
上期指數
|
本期指數
|
單價(元/度)
|
計費度數
|
應繳金額
|
@foreach( $data as $key => $val )
{{$key}} |
{{$val['previous']}} |
{{$val['current']}} |
{{$val['price']}} |
{{$val['pay_degree']}} |
{{$val['amount']}} |
@endforeach
@endsection
@section('plugins_page_level')
@endsection
@section('js_page_level')
@endsection