@extends('layouts.app') @section('content')
@include('inventory.partials.withdraw-tabs')
@forelse ($inventory as $item) @empty @endforelse
Inventory ID Photo Item Withdrawn Category Weight Est. Value (MYR) Status Withdrawn By Process Date Action
{{ $item->inv_id }}
@if ($item->image_url) {{ $item->inv_id }} @else - @endif
{{ $item->type }}
{{ $item->gold_type }} {{ $item->weight }}g
{{ $item->category }}
{{ $item->weight }} g
{{ $item->price ? number_format($item->price, 2) : '-' }}
Pending Approval (HQ)
{{ $item->withdraw_by }}
{{ $item->process_date }}
Admin Empty

No withdrawal requests pending approval found.

@include('inventory.partials.withdraw-detail-modal') @endsection @section('styles') @endsection @section('scripts') @endsection