@extends('layouts.admin-simple') @section('title', 'FOC Summary Report') @section('breadcrumb')
Item-wise overview of damaged inventory
| Item | Category | Records | Total Qty | Total Cost | FOC Available | Loss Amount | Status Distribution | Actions |
|---|---|---|---|---|---|---|---|---|
|
inventory_2
{{ Str::limit($summary->item_description ?? 'Unknown Item', 45) }}
{{ $summary->item_code ?? 'No code' }}
|
{{ $summary->category_name ?? 'No Category' }} |
{{ $summary->record_count }}
records |
{{ number_format($summary->total_quantity, 2) }}
{{ $summary->unit ?? 'units' }} |
{{ number_format($summary->total_cost, 2) }}
|
{{ number_format($summary->foc_available, 2) }}
available |
{{ number_format($summary->loss_amount, 2) }}
|
@if($summary->pending_count > 0)
{{ $summary->pending_count }} Pending
@endif
@if($summary->approved_count > 0)
{{ $summary->approved_count }} Approved
@endif
@if($summary->settled_count > 0)
{{ $summary->settled_count }} Settled
@endif
|
visibility |
|
inventory_2
No damaged items found |
||||||||