@extends('layouts.admin') @section('title', '模块:' . $module->name) @section('content')
年 / 月 | @for ($i = 1; $i < 13; $i++){{ $i }} 月 | @endfor @foreach ($years as $year => $months)
---|---|
{{ $year }} | @for ($i = 1; $i < 13; $i++)0) class="text-danger" @endif>{{ $months[$i]['should_balance'] ?? 0 }} 元 | @endfor