@extends('components.app-layout') @section('title', 'Item Details') @section('subtitle', $item->name) @section('content')
{{ $item->item_code }}
Current Stock
{{ $item->current_stock }}
{{ $item->unit_of_measure }}
This item is currently out of stock and needs immediate restocking.
Stock level is below the minimum threshold of {{ $item->minimum_stock }} {{ $item->unit_of_measure }}.
Stock level exceeds the maximum threshold of {{ $item->maximum_stock }} {{ $item->unit_of_measure }}.
This item will expire in {{ $daysToExpiry }} days on {{ $item->expiry_date->format('M d, Y') }}.
This item expired on {{ $item->expiry_date->format('M d, Y') }}.
{{ $item->item_code }}
{{ ucfirst($item->unit_of_measure) }}
₵{{ number_format($item->unit_cost, 2) }}
₵{{ number_format($item->stock_value, 2) }}
{{ $item->location ?? 'Not specified' }}
{{ $item->barcode }}
{{ $item->expiry_date->format('M d, Y') }}
{{ $item->description }}
{{ $item->notes }}
Current Stock
{{ $item->current_stock }}
{{ $item->unit_of_measure }}
Minimum Stock
{{ $item->minimum_stock }}
{{ $item->unit_of_measure }}
Maximum Stock
{{ $item->maximum_stock }}
{{ $item->unit_of_measure }}
{{ $item->supplier }}
{{ $item->supplier_contact }}
{{ $transaction->type_display }}
{{ $transaction->created_at->diffForHumans() }}
{{ $transaction->type === 'out' ? '-' : '+' }}{{ abs($transaction->quantity) }}
{{ $transaction->new_stock }} total
No transactions yet