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