@extends('templates.prefeitura4.layout') @section('content') @php $madara = 0 @endphp @php $madara1 = 0 @endphp

Todas as Notícias

{!! Form::open(['url' => routeTenant('site.busca'), 'method' => 'GET']) !!} {!! Form::close() !!}
@foreach ($noticia4s as $noticia)
@if(file_exists(public_path($noticia->img))) {{ $noticia->titulo }} @endif

{{ $noticia->name }}

titulo) < 111) class="font22" @else class="font18" @endif> {{ $noticia->titulo }}

@php $notice = str_replace('<', " ", $notice); @endphp {!! $notice !!}
@endforeach
{{ $noticia4s->links() }}
@endsection @section('post-script') @endsection