@extends('layouts.app') @section('content')
| Invoice | Date | Courier | Item | Particular | Specification | Model | Purchased Qty | Outward Qty | Fault Qty | Available Stock | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row->invoice_number }} | {{ $row->incoming_date }} | {{ $row->courier_name }} | {{ $row->item_name }} | {{ $row->particular_name }} | {{ $row->specification }} | {{ $row->model_number }} | {{ $purchased }} | {{ $outward }} | {{ $fault }} | {{ $available }} | Edit |
| No records found | |||||||||||