@extends('layouts.admin') @section('title', 'Reports') @section('page-title', 'Reports') @section('content')
| Timestamp | Location | Invoice | Part No | Description | PCS | Inward | Transfer | Access | Status |
|---|---|---|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($r->ts)->format('Y-m-d H:i') }} | {{ $r->location_id }} | {{ $r->invoice_number }} | {{ $r->part_no }} | {{ $r->description }} | {{ $r->pcs }} | {{ $r->inward_qty }} | {{ $r->transfer_qty }} | {{ $r->access_qty }} | {{ $r->status ?? '-' }} |
| No records found for selected range. | |||||||||