@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')
年度(起)
|
月份(起)
|
年度(止)
|
月份(止)
|
金額
|
動作
|
@foreach($data as $one)
{{$one->start_year}}
|
{{$one->start_month}}
|
{{$one->end_year}}
|
{{$one->end_month}}
|
{{$one->price}} 元
|
|
@endforeach
@endsection
@section('plugins_page_level')
@endsection
@section('js_page_level')
@endsection