@extends('layouts.template') @section('template') STOCK REPORT Home Dashboard Stock Report List Download as PDF/Print Srl Catagory Name Stock @if(isset($items)) @foreach($items as $key => $value) {{ ++$key }} {{ $value->cata_name }} {{ $value->stock_in-$value->stock_out }} @endforeach @endif @endsection