@extends('common.layout') @section('content')

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