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