@if(isset($access['audit']))
@endif

{{$promotion->sn}}

客户: {{$promotion->customer->name}}    创建时间: @datetime($promotion['created_at'])    门店数量(未审核:{{(int)$audits[0]}} / 已审合格:{{(int)$audits[1]}} / 已审不合格:{{(int)$audits[2]}})
@foreach($rows as $i => $row)
@if(isset($access['audit'])) @else {{$changes[$row['status']]['text']}} @endif
@if(isset($access['audit'])) @endif
  • 店名:{{$row['name']}}
    位置:{{$row['location']}}
    提交人:{{$row['created_by']}}
    时间:@datetime($row['created_at'])
@endforeach