Publicaciones y Noticias

@if ($posts->isNotEmpty()) @foreach ($posts as $post)
@if ($post->image_url != '') @endif
{{ $post->title }}

{!! \Illuminate\Support\Str::limit($post->body, 50, '...') !!}

@endforeach @endif
Autor
{{-- --}} {{ $post->user->name }}

Project Manager

Ultimas publicaciones
@if ($latestPosts->isNotEmpty()) @foreach ($latestPosts as $latestPost)
@if ($latestPost->image_url != '') @endif
@endforeach @endif
Redes Sociales