@include('layouts.partials.event_exhibitor_submenu')
@if(!empty($attendee['result']['exhibitor_booth'])) @foreach($attendee['result']['exhibitor_booth'] as $key => $value)
@foreach($value['sub_booth'] as $sub_booth_key => $sub_booth_value) @if($GLOBALS['project_app']['result']['business_matching'] == 1)

@lang('dashboard.main_exhibitor_quota')

@if($GLOBALS['domain']['result']['id'] != 9) @lang('dashboard.main_exhibitor_remaining_allotment'): {{ $value['remaining_exhibitor_quota'] }} @if($attendee['result']['participant_type_name']) @if(strpos($attendee['result']['participant_type_name'], 'Appointment Set') !== false) {{-- --}} {{-- --}}

@endif @endif @if($value['remaining_exhibitor_quota'] > 0) @endif @endif

# @lang('global.name') @lang('global.email') @lang('global.company_name') @lang('dashboard.login_code') @lang('dashboard.participant_type') @lang('dashboard.badge_allotment') @lang('global.action')
1 {{ $attendee['result']['user_name'] }} {{ $attendee['result']['user_email'] }} {{ isset($attendee['result']['organisation']) ? $attendee['result']['organisation'] : '' }} {{ $attendee['result']['login_code'] }} {{ $attendee['result']['participant_type_name'] }} {{ $attendee['result']['badge_assign'] == 1 ? \Lang::get('global.yes') : \Lang::get('global.no') }} {{-- Assign Participant Type --}} @lang('dashboard.assign_badge')



@endif

{{ ($GLOBALS['project_app']['result']['business_matching'] == 1) ? \Lang::get('dashboard.co') : '' }}@lang('dashboard.exhibitor_quota')

@if(!empty($sub_booth_value['participant_type_quota'])) @if($GLOBALS['domain']['result']['id'] != 4)

@lang('dashboard.participant_type')

@endif
@foreach($sub_booth_value['participant_type_quota'] as $quota_key => $quota_value)
Remaining {{ $quota_value['name'] }}: {{ $quota_value['default_maximum_appointment'] }}
@endforeach @endif

@lang('dashboard.exhibitor_badge')


{{--
Remaining Badges (Including Main Exhibitor's): {{ $sub_booth_value['remaining_exhibitor_quota'] }}
--}} @if($GLOBALS['domain']['result']['id'] != 9)
@lang('dashboard.remaining_badges'): {{ $sub_booth_value['remaining_exhibitor_quota'] }}

@endif
@if($exhibitor_message['status'] == 200) @foreach($exhibitor_message['result'] as $message_key => $message_value) {!! $message_value['value'] !!} @endforeach @endif @endforeach
@lang('dashboard.completed_profile')    @lang('dashboard.incomplete_profile')
@if($list_exh_data) @foreach($list_exh_data['result'] as $co_exh_data_key => $co_exh_data_value) @foreach($co_exh_data_value as $co_exh_key => $co_exh_value) {{-- --}} @endforeach @endforeach @endif
# @lang('global.name') @lang('global.email') @lang('global.company_name') @lang('dashboard.login_code') @lang('dashboard.participant_type') @lang('dashboard.badge_allotment') @lang('global.action')
{{ $co_exh_no++ }} {{ $co_exh_value['user_name'] }}
{!! ($co_exh_value['completion'] == 100) ? '' : '' !!} {{ ($co_exh_value['completion'] == 100) ? \Lang::get('global.completed') : \Lang::get('global.incomplete') }}
{{ $co_exh_value['user_email'] }} {{ $co_exh_value['organisation'] }} {{ $co_exh_value['login_code'] }} {{ $co_exh_value['participant_type_name'] }} {{ $co_exh_value['badge_assign'] == 1 ? \Lang::get('global.yes') : \Lang::get('global.no') }} --}} {{-- Remote Access --}} {{-- @lang('dashboard.send_invites') @lang('dashboard.assign_participant_type') @lang('dashboard.assign_badge') @lang('global.edit_profile') @lang('global.delete')
@endforeach @else

@lang('dashboard.no_exhibitor_booth')

@endif