@push('css') @endpush
Stock Reports

@error('Category') {{ $message }} @enderror
@error('Brand') {{ $message }} @enderror
@error('Product') {{ $message }} @enderror
@php $i=0; @endphp @foreach ($products as $product) @endforeach {{-- --}}
SL Product Code Product Name Category Brand Stock In Inventory
{{++$i}} {{$product->code}} {{$product->name}} @if($product->SubSubCategory) {{$product->SubSubCategory->name}} @endif {{$product->Brand->name}} {{$product->PurchaseInvoiceDetail->sum('quantity')-$product->SaleInvoiceDetail->sum('quantity')}}
Total
47600.00 47600.00
@push('scripts') {{-- --}} {{-- --}} {{-- --}} @endpush