@extends('layout.base') @section('page_content')

Proyectos

@foreach ($projects as $project) {{$project->name}} @endforeach
@endsection