@extends('layouts.app') @section('template_title') Update Plazo Dia @endsection @section('content')
@includeif('partials.errors')
Update Plazo Dia
{{ method_field('PATCH') }} @csrf @include('plazo-dia.form')
@endsection