@extends('layouts.app') @section('content')
| Inventory ID | Photo | Item Withdrawn | Category | Weight | Est. Value (MYR) | Status | Withdrawn By | Process Date | Action |
|---|---|---|---|---|---|---|---|---|---|
|
{{ $item->inv_id }}
|
{{ $item->type }}
{{ $item->gold_type }}
{{ $item->weight }}g
|
{{ $item->category }}
|
{{ $item->weight }} g
|
{{ $item->price ? number_format($item->price, 2) : '-' }}
|
HQ Approved
|
{{ $item->withdraw_by }}
|
{{ $item->process_date }}
|
|
|
|
No withdrawal requests pending transfer found. |
|||||||||