@extends('layouts.app') @section('title', $item->name) @section('content')
Code: {{ $item->code }}
Category: {{ $item->category }}
In Hand: {{ $item->quantity_in_hand }}
| Date | Type | Qty | Reference |
|---|---|---|---|
| {{ $m->created_at->format('d M H:i') }} | {{ strtoupper($m->type) }} | {{ $m->quantity }} | {{ $m->reference ?? '-' }} |