@extends('blog.layout.base') @section('body')
@php $featureFirst = $features->shift(); @endphp
Imagem Destaque

{{ $featureFirst->title }}

{{substr($featureFirst->excerpt, 0, 140).'...' }}
{{ $featureFirst->authorId->name }}
{{ $featureFirst->created_at->format('d/m/Y - H:i') }}
Ver post
@include('blog.layout.newsletter')

Destaques

@foreach($features as $post) @include('blog.layout.lists.withDescription') @endforeach

{{ $highlight1->name }}

@foreach($highlightPosts1 as $post) @include('blog.layout.lists.withoutDescription') @endforeach Ver todos

Novidades do Canal

@php $videosFirst = array_shift($videos); @endphp

Últimos vídeos

@foreach($videos as $video)

{{ $video->snippet->title }}

por
@endforeach

Últimos Posts

@foreach($posts as $post) @include('blog.layout.lists.withDescription') @endforeach

{{ $highlight2->name }}

@foreach($highlightPosts2 as $post) @include('blog.layout.lists.withoutDescription') @endforeach Ver todos
@endsection