@inject('termHelper', 'App\Helpers\TermHelper') @inject('videoHelper', 'App\Helpers\VideoHelper') @php $posts->each(function ($posts) {$posts->load('categories'); }); @endphp @if($posts->isNotEmpty()) @if($widgetData['layout_type'] == 'list-post-with-link') @elseif($widgetData['layout_type'] == 'first-large-thumb') @else @endif @endif