@extends('layouts.app') @section('content')
| Time | Product | Badge | From → To | Qty |
|---|---|---|---|---|
| {{ $outRecord->stock_addtime->format('Y-m-d h:i A') }} | {{ $product->product_name ?? 'N/A' }} | {{ $outRecord->badge->price_name ?? 'N/A' }} | @if($outRecord->location) {{ $outRecord->location->ld_name }} @endif → @if($inRecord && $inRecord->location) {{ $inRecord->location->ld_name }} @endif | {{ number_format($outRecord->stock_qty, 3) }} |
| No transfers yet. Scan products to start transferring. | ||||