@extends('layouts.superadmin') @section('title', 'Reports Generation') @section('page-title', 'Reports Generation') @section('content')
| # | Location ID | Invoice Number | Part No | Description | Transfer Qty | Rack | Created At |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $report->location_id }} | {{ $report->invoice_number }} | {{ $report->part_no }} | {{ $report->asn_description ?? '-' }} | {{ $report->transfer_qty }} | {{ $report->rack }} | {{ $report->formatted_date }} |