@extends('layouts.app') @section('title', 'Notícias') @section('content') {{ $new->created_at->format('M d, Y') }} {!! $new->description !!} Partilhar esta notícia em: Galeria @foreach($new->gallery as $item) @endforeach Pesquisar Resumo {{ $new->excerpt }} Últimas Notícias @foreach($news as $item) {{ $item->title }} {{ $item->created_at->format('M d, Y') }} @endforeach Siga-nos @endsection
{{ $new->excerpt }}