@extends('dashboard._theme_dashboard')
@section('content')
Gerenciar Cadastros
Sub-Categoria
Categoria
|
Sub-Categoria
|
|
|
@include('dashboard.offcanvas.generic-registrations',[
"text_target" => "categoria",
"target_id" => "provider_category",
"target_route" => "component.providers.category",
"target_input" => "category",
"target_js" => "provider-categories.js",
])
@include('dashboard.offcanvas.generic-registrations',[
"text_target" => "tipo",
"target_id" => "product_type",
"target_route" => "component.product.type",
"target_input" => "type",
"target_js" => "product-type.js"
])
@include('dashboard.offcanvas.generic-registrations',[
"text_target" => "categoria",
"target_id" => "product_category",
"target_route" => "component.product.category",
"target_input" => "product_category",
"target_js" => "product-category.js"
])
@include('dashboard.offcanvas.product-sub-category')
@include('dashboard.offcanvas.generic-registrations',[
"text_target" => "marca",
"target_id" => "product_brand",
"target_route" => "component.product.brand",
"target_input" => "brand",
"target_js" => "product-brand.js"
])
@include('dashboard.offcanvas.generic-registrations',[
"text_target" => "modelo",
"target_id" => "product_model",
"target_route" => "component.product.model",
"target_input" => "model",
"target_js" => "product-model.js"
])
@include('dashboard.offcanvas.generic-registrations',[
"text_target" => "medida",
"target_id" => "product_measure",
"target_route" => "component.product.measure",
"target_input" => "measure",
"target_js" => "product-measure.js",
"limited_input" => "2",
"placeholder_input" => "Un,Kg,etc...",
])
@include('dashboard.offcanvas.generic-registrations',[
"text_target" => "alocação",
"target_id" => "product_allocation",
"target_route" => "component.product.allocation",
"target_input" => "alocation",
"target_js" => "product-allocation.js"
])
@endsection
@section('customJS')
@endsection