@include('stock.filter-form')
# |
Cat |
Sub/Cat |
Unit |
Weight |
SPI |
CPI |
QTY |
Actions |
@foreach ($stock as $row)
{{ $loop->iteration }} |
{{ $row->category->title_ps }}
|
{{ $row->sub_category->title_ps }}
|
{{ $row->unit->title_ps }} |
{{ $row->weight->title_ps }}
|
{{ $row->spi }}
|
{{ $row->cpi }}
|
{{ $row->qty }} |
|
@endforeach
{{ $stock->links('pagination::bootstrap-4') }}