@extends('master.app') @section('title', 'customer') @section('body')

Row Materials Stock

Report @include('general.filter-button') Transaction Process Add
@include('stock.rowStock.filter-form')
@foreach ($stock as $row) @endforeach
# Cat sub_category Unit SPI QTY Actions
{{ $loop->iteration }} {{ $row->category->title_ps }} @if($row->scat_id==null) {{ "No Sub Cat" }} @else {{ $row->sub_category->title_ps }} @endif {{ $row->unit->title_ps }} {{ $row->spi }} {{ $row->qty }}
{{--
{{ $stock->links('pagination::bootstrap-4') }}
--}}
@endsection @section('pageJs') @endsection