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

Todos os Projetos

{!! Form::open(['url' => routeTenant('projetos.busca'), 'method' => 'GET']) !!} @if(isset($busca))

Procurando: {{ $busca }}

@endif {!! Form::close() !!}
@foreach ($projetos as $projeto)
{{ $projeto->titulo }}

{{ $projeto->name }}

titulo) < 58) class="font20" @else class="font16" @endif> {{ $projeto->titulo }}

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