@extends('layouts.master') @section('content')
| Product | Stock Quantity | Sold Quantity | Remaining Quantity |
|---|---|---|---|
| {{ $data->product }} | {{ $data->quantity_in_stock }} | {{ $data->quantity_sold }} | {{ $data->remaining }} |
No data found for the selected filters.
@endif