@php $variables = get_widget($widget); $posts = $variables['posts']; @endphp @if ($posts->count())

{{ $widget->option('title') }}

@if ($widget->option('link')) {{ $widget->option('link_title', trans('front::messages.user.see-all') ) }} @endif
@endif