@extends('layouts.template') @section('template')

STOCK REPORT

List
@if(isset($items)) @foreach($items as $key => $value) @endforeach @endif
Srl Sub Catagory Name Stock
{{ ++$key }} {{ $value->name }} {{ $value->stock_in-$value->stock_out }}
@endsection