@extends('adminlte::page')
@section('content_header')
Creación de Productos
@stop
@section('content')
@endsection
@section('js')
@include('partials.scripts.general')
@include('products.partials.scripts')
@include('partials.scripts.select2')
@endsection