@extends('adminlte::page') @section('content_header')

Creación de Productos

@stop @section('content')
@csrf @include('products.partials.form')
Cancelar
@endsection @section('js') @include('partials.scripts.general') @include('products.partials.scripts') @include('partials.scripts.select2') @endsection