@extends('Myadmin::layout.basic') @section('header') @stop @section('content')

使用者管理系統


@for($i = 1; $i <= 12; $i++) @endfor @for($i = 0; $i < count($records);$i++) @for($j = 1; $j <= 12; $j++) @endfor @endfor
使用者名稱紅利 {{$i}} 月已使用紅利 已使用折現 可折現紅利
{{ $users[$i]['account'] }} {{ $records[$i]['month_'.$j] }} {{ $records[$i]['bonus_used'] }} {{ $records[$i]['money_used'] }} {{ $records[$i]['bonus_money'] }}
@stop