@extends('layouts.admin') @section('content')

Stock Reports See all kind of stock reports

Shopwise Report Reset
@if($inventory ==1) @endif @if($inventory==1) @foreach($InventoryReport as $data) @endforeach @endif
ID Name Category Vendor Qty Unit Cost SubTotalCost Sale SubTotalSale Profit MinQty
{{$InventoryReport[0]->TotalQty}} {{$InventoryReport[0]->TotalCostPrice}} {{$InventoryReport[0]->TotalSalePrice}} {{$InventoryReport[0]->TotalProfit}}
{{$data->ProductID}} {{$data->ProductName}} {{$data->CategoryName}} {{$data->VendorName}} {{$data->Qty}} {{$data->Unit}} {{$data->CostPrice}} {{$data->SubTotalCostPrice}} {{$data->SalePrice}} {{$data->SubTotalSalePrice}} {{$data->Profit}} {{$data->MinQtyLevel}}
@endsection