@extends('layouts.app') @section('template_title') Update Tbl Plazo @endsection @section('content')
@includeif('partials.errors')
Update Tbl Plazo
{{ method_field('PATCH') }} @csrf @include('plazos.form')
{{$tblPlazo}}
@endsection