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

{{ trans('registration_entrance.검색결과') }} {{$totalCount}}{{ trans('registration_entrance.건') }}

{{-- --}} @if($totalCount < 1) @else @foreach($data as $key) @php $buttonType = ""; $regDateTime = $key->reg_datetime; if(empty($regDateTime)) { $regDateTime = "-"; $buttonType = "go"; if( \Auth::user()->fm_team == '대만관리자' ) { $button = "入場"; } else { $button = "입장"; } $class = "info"; }else{ $buttonType = "revisiting"; if( \Auth::user()->fm_team == '대만관리자' ) { $button = "重新入場"; } else { $button = "재입장"; } $class = "primary"; } @endphp {{-- --}} @endforeach @endif
{{ trans('registration_entrance.구분') }} {{ trans('registration_entrance.입장번호') }} {{ trans('registration_entrance.초대권여부') }}{{ trans('registration_entrance.지역') }}{{ trans('registration_entrance.이름') }} {{ trans('registration_entrance.참가형태') }} {{ trans('registration_entrance.휴대폰번호') }} {{ trans('registration_entrance.1:1 미팅여부') }} {{ trans('registration_entrance.방문일') }} {{ trans('registration_entrance.등록일') }} {{ trans('registration_entrance.옵션') }}
{{ trans('registration_entrance.내역이 없습니다.') }}
{{$setType[$dbSetType[$key->set_idx]]}}
{{$key->ptc_fair_no}}
X
{{$area[$key->ptc_area]}}
{{$key->ptc_name}}
{{$reservation[$key->ptc_reservation]}}
{{$key->ptc_phone}}
{{$meetingData[$key->ptc_idx]}}
{{$regDateTime}}
{{$key->ptc_date}}
@if($totalCount > 0)
Showing Participants {{ $data->firstItem() }} to {{ $data->lastItem() }} of {{ $data->total() }}
{{ $data->appends(request()->except('_token'))->links() }}
@endif

{{ csrf_field() }}
{{ trans('registration_entrance.기본정보') }}
{{ trans('registration_entrance.이름') }}
{{ trans('registration_entrance.휴대폰번호') }}
{{ trans('registration_entrance.관심분야') }}
{{ trans('registration_entrance.상태정보') }}
{{ trans('registration_entrance.상담/학교 등록') }}
{{ trans('registration_entrance.초대권여부') }}
{{ trans('registration_entrance.추가정보') }}
{{ trans('registration_entrance.방문일') }}
{{--
{{ trans('registration_entrance.성별') }}
--}} {{--
{{ trans('registration_entrance.연령대') }}
--}}
{{ trans('registration_entrance.14세 미만 동반') }}
{{ trans('registration_entrance.동반등록') }}
* 가족이 함께 온 경우 모두 동반 등록해 주세요.
* 사전신청을 하지 않은 경우 현장등록(QR)을 안내. 본인이 직접 신청할수 있게 함.
* 동반이 만 14세 이하인 경우 개인정보를 받지 않으므로 신청자를 제외한 인원수로 체크. (만 14세는 생일이 지난 2011년생)
* 부득이한 경우, 핸드폰이 없거나 등록을 거부하는 경우 상단 14세 미만 동반 인원수로 체크.
@endsection @section('script') @endsection