@extends('layouts.master') @section('title', 'Notícias') @section('content')

Todas as Notícias



{!! $notices->render() !!}
@endsection