@inject('CommunityPresenter' , 'NSST\Presenters\CommunityPresenter')
{{ $CommunityPresenter->comName() }} 點數購買紀錄報表
日期時間
類型
點數
購買人
@if (isset($log)) @foreach($log as $one)
{{$one->created_at}}
購買點數
{{$one->point}} 點
@if ($one->user) {{$one->user->name}} @endif
@endforeach @endif