@foreach($tab_list as $k => $v)
{{ trans('statistics_boothdata.전체 요약') }}
{{ trans('statistics_boothdata.구분') }} |
@foreach($group_list as $v2)
@if(strpos('|'.$v.'|','|'.$v2['location_idx'].'|') !== false)
{{ $v2['location_date'] }} |
@endif
@endforeach
{{ trans('statistics_boothdata.합계') }} |
@foreach($group_list as $v2)
@if(strpos('|'.$v.'|','|'.$v2['location_idx'].'|') !== false)
{{ trans('statistics_boothdata.상담 건수') }} |
{{ trans('statistics_boothdata.가등록 수') }} |
@endif
@endforeach
{{ trans('statistics_boothdata.상담 건수') }} |
{{ trans('statistics_boothdata.가등록 수') }} |
@foreach(config('var.booth_type_list') as $k2 => $v2)
{{ $v2 }} |
@foreach($group_list as $v2)
@if(strpos('|'.$v.'|','|'.$v2['location_idx'].'|') !== false)
- |
- |
@endif
@endforeach
- |
- |
@endforeach
{{ trans('statistics_boothdata.상세 요약') }}
{{ trans('statistics_boothdata.부스번호') }} |
{{ trans('statistics_boothdata.구분') }} |
{{ trans('statistics_boothdata.부스명') }} |
@foreach($group_list as $v2)
@if(strpos('|'.$v.'|','|'.$v2['location_idx'].'|') !== false)
{{ $v2['location_date'] }} |
@endif
@endforeach
{{ trans('statistics_boothdata.합계') }} |
@foreach($group_list as $v2)
@if(strpos('|'.$v.'|','|'.$v2['location_idx'].'|') !== false)
{{ trans('statistics_boothdata.담당자') }} |
{{ trans('statistics_boothdata.상담 건수') }} |
{{ trans('statistics_boothdata.가등록 수') }} |
@endif
@endforeach
{{ trans('statistics_boothdata.상담 건수') }} |
{{ trans('statistics_boothdata.가등록 수') }} |
No Data |
@endforeach