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

Row Materials Process

Report {{-- @include('general.filter-button') --}} Add
{{-- @include('stock.rowStock.filter-form') --}}
@foreach ($stock as $row) @endforeach
# Cat Unit Before Used Used Qty Current Availible Actions
{{ $loop->iteration }} {{ $row->category->title_ps }} {{ $row->unit->title_ps }} {{ $row->befor_used_qty }} {{ $row->qty }} {{ $row->befor_used_qty-$row->qty }}
{{ $stock->links('pagination::bootstrap-4') }}
@endsection @section('pageJs') @endsection