@extends('layouts.escola.default') @section('content')
Notícia

{{ $noticia->titulo }}

{{ $noticia->data_publicacao->format('d/m/Y H:i') }}
@if (!empty($noticia->autor))
{{ $noticia->autor }}
@endif
@if (!empty($noticia->imagem)) @endif
{!! $noticia->texto !!}
@if (!empty($noticia->fonte))
Fonte: {{ $noticia->fonte }}
@endif
Compartilhar:
@endsection