@include('dashboard.layouts.head')
@include('dashboard.layouts.header') @include('dashboard.layouts.modal-theme') @include('dashboard.layouts.nav')
@if (!empty($productos)) @foreach ($productos as $item) @endforeach @else @endif
Image # Name Part Number Description Inventory MOQ ETA Price ...
product {{ $item['id'] }} {{ $item['nombre'] }} {{ $item['part_number'] }} {{ $item['desc'] }} {{ $item['existencias'] }} {{ $item['MOQ'] }} {{ $item['ETA'] }} {{ $item['precio'] }}
{{ $mensaje }}
@include('dashboard.layouts.footer')
@include('dashboard.layouts.scripts')