@extends('layouts.admin-simple') @section('title', $item->item_description) @section('breadcrumb')
Item Code: {{ $item->item_code }}
{{ $item->notes }}
@endif| Date | Type | Quantity | Reference | Notes |
|---|---|---|---|---|
| {{ $movement->created_at->format('M d, Y H:i') }} | {{ $badgeText }} | @if($isIncrease) +{{ number_format($movement->quantity_moved, 2) }} @else -{{ number_format($movement->quantity_moved, 2) }} @endif {{ $item->unit ? $item->unit->unit_symbol : $item->unit_of_measure }} | {{ $referenceNumber }} |
{{ $movement->notes ?? '-' }} |