@extends('layouts.app') @section('title',$product->name)@section('page-title','Product Detail') @section('content')
| Date | Type | Reference | Qty | By |
|---|---|---|---|---|
| {{ $mv->created_at->format('M j, Y H:i') }} | {{ $mv->type }} | {{ $mv->reference ?? $mv->notes ?? '—' }} | {{ $mv->quantity>0?'+':'' }}{{ number_format($mv->quantity) }} | {{ $mv->user?->name ?? '—' }} |
| No movements recorded. | ||||