@if ($booth->boothDesign->has_separate_background)
@if(config('app.event.balloon-left'))
@endif
@if(config('app.event.balloon-right'))
@endif
@endif
@if ($booth->boothDesign->document_mapping)
@foreach ($booth->boothDesign->document_mapping as $document)
@endif
@if (config('app.event.booth-hall-sponsor-left'))
@endif
@if (config('app.event.booth-hall-sponsor-right'))
@endif
 }})
@if ($booth->boothDesign->title_mapping)
{{ $company->company_name }}
@endif
@foreach ($booth->assets as $asset)
@if ($asset->mapping->booth_design_id == $booth->boothDesign->id)
@if ($asset->mapping->type == 'box')
@elseif ($asset->mapping->type == 'screen')
@endif
@endif
@endforeach
 {{ asset('/booth-data/company-booth-' . $asset->exhibitor_company_booth_id . '/' . $asset->value) }}@else
{{ asset('fallback/fallback-placeholder.png') }} @endif)
@if($document->type == 'stand' && $document->image)
@endif
@endforeach
@else
 }})