@extends('layouts.app') @section('template_title') Update Tbl Dtf @endsection @section('content')
@includeif('partials.errors')
Update Tbl Dtf
{{ method_field('PATCH') }} @csrf @include('tbl-dtf.form')
@endsection