@if($isLimitReached)
{{ __('admin::lang.Maximum Active Items Reached') }}
{{ __('admin::lang.Current') }}: {{ $currentCount }} / {{ $maxItems }}
@endif
@if($isLimitReached)
{{ __('admin::lang.Please select an active item to deactivate and replace') }}:
@forelse($activeBanners as $banner)
@empty
{{ __('admin::lang.No active items') }}
@endforelse
@endif