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