@extends('layouts.app') @section('template_title') Create Tbl Dtf @endsection @section('content')
@includeif('partials.errors')
Actualizar Dtf
@csrf @include('tbl-dtf.form')
@endsection