@extends('layouts.app') @section('title', 'Editar proyecto') @section('content')
@csrf @method('PUT') @include('proyectos._form')
@endsection