@extends('adminlte::page') @section('template_title') {{ __('Create') }} Parametro @endsection @section('content')
{{ __('Create') }} Parametro
@csrf @include('parametro.form')
@endsection