@if($settings?->show_news ?? true) Noticias {!! $settings?->news_title ?: 'Ultimas Novedades' !!} @if($settings?->news_subtitle) {!! $settings->news_subtitle !!} @endif Ver todas @if($news->isNotEmpty()) @foreach($news as $item) @if($item->image) @endif {{ $item->published_at?->format('d/m/Y') }} {{ $item->title }} {{ Str::limit($item->excerpt ?? strip_tags($item->content ?? ''), 90) }} Leer mas @endforeach @else No hay noticias publicadas. @endif @endif @push('scripts') @endpush
{!! $settings->news_subtitle !!}
{{ Str::limit($item->excerpt ?? strip_tags($item->content ?? ''), 90) }}