• FESTIVAL
      @if( in_array(Auth::user()->fm_level, [1,2,9]) )
    • {{ trans('sidebar.신청자 목록') }}
    • @endif @if( in_array(Auth::user()->fm_level, [9]) )
    • {{ trans('sidebar.박람회 관리') }}
      • {{ trans('sidebar.통합 박람회') }}
      • {{ trans('sidebar.개별 박람회') }}
      • {{ trans('sidebar.지역 박람회') }}
    • {{ trans('sidebar.세미나 관리') }}
    • {{ trans('sidebar.학교배너관리') }}
    • {{ trans('sidebar.매니저 관리') }}
    • {{ trans('sidebar.부스 관리') }}
    • @endif @if( in_array(Auth::user()->fm_level, [2,9]) )
    • {{ trans('sidebar.대기 관리') }}
      • {{ trans('sidebar.어학대기 관리') }}
      • {{ trans('sidebar.어학대기 현황판') }}
      • {{ trans('sidebar.정규대기 관리') }}
      • {{ trans('sidebar.정규대기 현황판') }}
      • {{ trans('sidebar.조기대기 관리') }}
      • {{ trans('sidebar.조기대기 현황판') }}
      • {{ trans('sidebar.아트대기 관리') }}
      • {{ trans('sidebar.아트대기 현황판') }}
      • {{ trans('sidebar.부산대기 관리') }}
      • {{ trans('sidebar.부산대기 현황판') }}
    • @endif @if( in_array(Auth::user()->fm_level, [8,9]) )
    • {{ trans('sidebar.참가학교 관리') }}
    • {{ trans('sidebar.상담가능 학교 관리') }}
    • {{ trans('sidebar.참가학교 관리') }}(TW)
    • {{ trans('sidebar.상담가능 학교 관리') }}(TW)
    • @endif @if( in_array(Auth::user()->fm_level, [9]) )
    • {{ trans('sidebar.추첨 이벤트') }}
    • {{ trans('sidebar.추첨 대상자 미리보기') }}
    • @endif
  • REGISTER
      @php $results = DB::connection('festivaladmin')->select("SELECT DATE(set_startdate) AS set_startdate, DATE(set_enddate) AS set_enddate FROM fair_set WHERE set_type = 'SAF' ORDER BY set_idx DESC limit 1 "); $set_startdate = $results[0]->set_startdate; $setEnddate = $results[0]->set_enddate; $today = now()->format('Y-m-d'); @endphp @if( in_array(Auth::user()->fm_level, [1,2,9]) )
    • {{ trans('sidebar.입장등록') }}
    • @endif @if( ($set_startdate <= $today && $setEnddate >= $today) && in_array(Auth::user()->fm_level, [0,1,2,8,9]) )
    • {{ trans('sidebar.상담등록') }}
    • @endif @if( in_array(Auth::user()->fm_level, [9]) )
    • {{ trans('sidebar.상담조회') }}
    • {{--
    • {{ trans('sidebar.셀프입장') }}
    • --}}
    • *입장번호발급
    • *현장등록
    • *동반자 현장신청
    • *상담예약
    • {{ trans('sidebar.상담예약조회') }}
    • {{ trans('sidebar.마감공지관리') }}
    • @endif @if( session('school_uid') != 0 || in_array(Auth::user()->fm_level, [9]) )
    • {{ trans('sidebar.숙소정보관리') }}
    • @endif @if(session('counsel_download') == 1 ||in_array(Auth::user()->fm_level, [9]))
    • {{ trans('sidebar.상담고객 다운로드') }}
    • @endif @if(in_array(Auth::user()->fm_level, [9]))
    • {{ trans('sidebar.학교담당자 로그인 조회') }}
    • @endif
  • @if( in_array(Auth::user()->fm_level, [9]) )
  • STATISTICS
    • {{ trans('sidebar.지난 통계 (2020 이전)') }}
    • {{ trans('sidebar.박람회상세통계다운로드') }}
    • {{ trans('sidebar.시간대별 참석자') }}
    • {{ trans('sidebar.박람회 전체 통계') }}
    • {{ trans('sidebar.부스별 상담 통계') }}
  • @endif