@extends('layouts.location') @section('title', 'ASN Uploads by Invoice') @section('page-title', 'ASN Uploads by Invoice') @section('content')

ASN Uploads

Reset
Invoice: {{ $selected_invoice ?? '-' }} Switch to Text Filter
@forelse($asn_uploads as $asn) @empty @endforelse
Invoice Number Timestamp Sr Description Part No Model PCS Access Qty Uploaded At
{{ $asn->invoice_number }} {{ $asn->asn_timestamp }} {{ $asn->sr }} {{ $asn->description }} {{ $asn->part_no }} {{ $asn->model }} {{ $asn->pcs }} {{ $asn->access_qty ?? 0 }} {{ $asn->created_at }}
No ASN uploads found.
@endsection