@extends('layouts.admin') @section('page-title', 'Inventory') @section('content')
| Product | Prev | New | Change | Type | Date |
|---|---|---|---|---|---|
| {{ $m->product->name }} | {{ $m->previous_quantity }} | {{ $m->new_quantity }} | {{ $m->quantity_changed >= 0 ? '+' : '' }}{{ $m->quantity_changed }} | {{ str_replace('_',' ',$m->movement_type) }} | {{ $m->created_at->format('d M Y H:i') }} |
| No movements yet | |||||