@extends('layouts.app') @section('title', '| All Posts') @section('content')

All Posts

Create New Post

@foreach ($projetos as $proj) @endforeach
# Nome Descrição Criado em
{{$proj->id}} {{$proj->name}} {{$proj->description}} {{$proj->created_at}} View Edit
@stop