@extends('templates.prefeitura1.layout') @section('header') @endsection @section('content')

Notícias

{{$pages->titulo}}

Autor: {{ $pages->name}} -- Data:{{ date('d/m/Y h:s' ,strtotime($pages->created_at))}}

{!! $pages->conteudo !!}

Compatilhe:

GESTÃO À VISTA DE TODOS

@foreach($links as $link) @endforeach
@endsection @section('post-script') @endsection