@if(Auth::user()->role->code != 'c001') @include('report/select') @endif
@if(count($rows)) @foreach($rows as $row) @endforeach @endif
序号 客户编码 客户名称 客户类型 去年金额 今年金额
{{$n}} {{$row['code']}} {{$row['name']}} {{$customer_type[$row['type_id']]['name']}} @number($data[$year1][$row['id']], 2) @number($data[$year2][$row['id']], 2)