Noticias

@foreach ($noticias as $noticia)
{{-- --}} imagen-noticia

{{-- {{ $noticia->title }} --}}

{{ $noticia->title }}

{{ Str::limit($noticia->content, 100) }}

{{-- Boton compartir --}} 6 | @if($noticia->published_at) Publicado el {{ $noticia->published_at->format('d/m/Y') }} @else (No publicado) @endif | {{-- Business --}}
Publicado por {{ $noticia->user->name }}
@endforeach