@inject('postHelper', 'App\Helpers\PostHelper') @inject('termHelper', 'App\Helpers\TermHelper') @inject('themeHelper', 'App\Helpers\ThemeHelper') @php $posts->each(function ($posts) {$posts->load('categories'); }); @endphp @if($posts->isNotEmpty()) @if ($active) @if($widgetData['title'] && Arr::exists($widgetData['title'], LaravelLocalization::getCurrentLocale()))
{{ $widgetData['title'][LaravelLocalization::getCurrentLocale()] }}
@endif @endif @endif