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

ASN Uploads

Reset
@forelse($asn_uploads as $asn) @empty @endforelse
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.
@endsection