@extends('layouts.admin') @section('title', '模块:' . $module->name) @section('content')

{{ $module->name }}

编辑

收益

@for ($i = 1; $i < 13; $i++) @endfor @foreach ($years as $year => $months) @for ($i = 1; $i < 13; $i++) @endfor @endforeach
年 / 月{{ $i }} 月
{{ $year }} 0) class="text-danger" @endif>{{ $months[$i]['should_balance'] ?? 0 }} 元
@endsection