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

使用者管理系統

返回
@for($i = 0; $i < count($bonuses);$i++) @endfor
使用者名稱 描述 紅利 型態 日期
{{ $user->account }} {{ $bonuses[$i]['description'] }} {{ $bonuses[$i]['bonus'] }} {{ $bonuses[$i]['type'] }} {{ $bonuses[$i]['date'] }}
@stop