@if($headerType === 'text')
@lang('modules.settings.headerTextDescription')
@endif
@if($headerType === 'image')
@lang('modules.settings.headerImagesDescription')
@if($headerImages && count($headerImages) > 0)
@lang('modules.settings.existingImages')
@foreach($headerImages as $image)
@endforeach
@endif
@endif