@extends('layouts.location') @section('title', 'ASN Uploads List') @section('page-title', 'ASN Uploads List') @section('content')
| Invoice Number | Timestamp | Sr | Description | Part No | Model | PCS | Uploaded At |
|---|---|---|---|---|---|---|---|
| {{ $asn->invoice_number }} | {{ $asn->asn_timestamp }} | {{ $asn->sr }} | {{ $asn->description }} | {{ $asn->part_no }} | {{ $asn->model }} | {{ $asn->pcs }} | {{ $asn->created_at }} |
| No ASN uploads found. | |||||||