Product Stock
| # | Customer Info | Brand | Model | IMEI/SN | Condition | Stock | Color | GB | Buy Price | Last Updated | Action | @foreach ($products as $product)
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $product->id }} | Name:- {{ $product->customer->name }}, Number:- {{ $product->customer->number }}, cpr:- {{ $product->customer->cpr }}, address:- {{ $product->customer->address }} | {{ $product->brand }} | {{ $product->model }} | {{ $product->imei_or_sn }} | {{ $product->condition }} | {{ $product->stock }} | {{ $product->color }} | {{ $product->gb }} | {{ $product->buy_price }} | {{ $product->id }} |
|
| # | Customer Info | Brand | Model | IMEI/SN | Condition | Stock | Color | GB | Buy Price | Last Updated | Action |