@extends('layouts.app') @section('template_title') Update Comentario @endsection @section('content')
@includeif('partials.errors')
Update Comentario
{{ method_field('PATCH') }} @csrf @include('comentario.form')
@endsection