@php $routePersistProduct = isset($product) ? route('SupplierProduct.updateProduct',['supplierUuidKey' => $supplier['uuidKey'], 'productUuid' => $product->uuidKey]) : route('SupplierProduct.postProducts',['supplierUuidKey' => $supplier['uuidKey']]); $styleDivHeader = "background-color: #6329A1; width: 100%; height: 39px; display: flex; align-items: center; padding-left: 20px; padding-top: 10px; padding-bottom: 10px;"; $styleHeader = "color: #fff; margin-left: 2.1rem;"; $styleContent = ' height: 120vh !important;'; @endphp @component('templates.modal',['modalId' => 'modal_supplier_product', 'title' => 'Agregar Referencia', 'classDiv' => 'col-md', 'styleDivHeader' => $styleDivHeader, 'styleHeader' => $styleHeader,'styleContent' => $styleContent, 'styleFooter' => 'text-align: center']) @slot('body')
@method('POST') @csrf uuidKey ?? '' }}/>
@if ($errors->has('color')) {{ $errors->first('color') }} @endif

Imagen 335x300

{{--
name ?? '' }} disabled/>
--}}
@endslot @slot('footer') @endslot @endcomponent