@extends('layouts.admin') @section('template_title') Update Proyecto @endsection @section('content')
@includeif('partials.errors')
ACTUALIZAR DATOS DE PROYECTO
{{ method_field('PATCH') }} @csrf @include('admin.proyecto.formedit')
@endsection