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

Proyecto - {{$project->name ?? $project}} @yield('title')

@yield('content') @endsection