@extends('layouts.app') @section('template_title') {{ __('Update') }} Matriztvd @endsection @section('content')
Actualizar Registro Matriz
{{ method_field('PATCH') }} @csrf @include('matriztvd.form')
@endsection