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

STOCK REPORT


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