@inject('CommunityPresenter' , 'NSST\Presenters\CommunityPresenter')
{{ $CommunityPresenter->comName() }} 月卡購買紀錄報表
使用者ID
日期時間
購買卡別
購買人
支付金額
@foreach($log as $one)
{{$one->uid}}
{{$one->created_at}}
{{$one->card_name}}
{{$one->uname}}
{{$one->cost}}
@endforeach