@extends('layouts.app') @section('content') Home Trabalho Social Trabalho Social Projeto @foreach($projetos_trabsocial as $projeto_trabsocial) {{ $projeto_trabsocial->nome }} @endforeach @endsection