@if($terms->isNotEmpty()) @if ($active) @if($widgetData['title'] && Arr::exists($widgetData['title'], LaravelLocalization::getCurrentLocale()))

{{ $widgetData['title'][LaravelLocalization::getCurrentLocale()] }}

@endif
    @foreach ($terms as $term) @if ($widgetData['term_type'] == 'tags')
  1. {{ $term->name }}
  2. @else
  3. {{ $term->name }}
  4. @endif @endforeach
@endif @endif