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