@csrf

Crear nuevo Producto

Los campos con el * son obligatorios



Peso máximo de la foto de 2 MB


@php $consulta1 = DB::table('categorias')->orderBy('nombre')->get(); @endphp
@php $consulta2 = DB::table('proveedors')->orderBy('nombre')->get(); @endphp
@if(auth()->user()->profile == 'Administrador' || auth()->user()->profile == 'Supervisor')
@endif