@extends('layouts.app') @section('template_title') {{ __('Update') }} Periodo @endsection @section('content')
{{ __('Update') }} Periodo
{{ method_field('PATCH') }} @csrf @include('periodo.form')
@endsection