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