@inject('CommunityPresenter' , 'NSST\Presenters\CommunityPresenter')
商品名稱\日期 |
@for($i=1;$i<=$day_max;$i++)
{{$i}} |
@endfor
總數 |
點數 |
@if($meal != '')
@foreach($meal as $one)
{{$meal_num[$count]->mname}} |
@for($i=0;$i<$day_max;$i++)
@foreach($one[$i] as $value)
@if($value->amounts == null)
@else
@endif
@endforeach
|
@endfor
{{$rowcount}} |
{{$rowpoint}} |
@endforeach
@endif
合計 |
@for($i=0;$i<$day_max;$i++)
@foreach($meal_count[$i] as $value)
@if($value->amounts == null)
@else
@endif
@endforeach
|
@endfor
{{$allcount}} |
{{$allpoint}} |