@extends('web.master.master') @section('content')

Projetos Aprovados!

@foreach($projectsA as $project) @include('web.inc.the_project') @endforeach

Projetos apresentados!

@foreach($projects as $project) @include('web.inc.the_project') @endforeach
@endsection