@if($news->count() > 0) @php $DBasic = isset($DBasic) ? $DBasic : check_module('DisposableBasic'); @endphp
@lang('widgets.latestnews.news') @if($news->count() > 1) @else @endif
@foreach($news as $item) @if($loop->iteration === 2)
@endif @if(!$loop->first)
@endif
{{ $item->subject }}
{!! $item->body !!}
{{ optional($item->user)->name_private }} @ {{ $item->created_at->format('l d.M.Y H:i') }}
@if($loop->iteration > 1 && $loop->last)
@endif @endforeach
@endif