@extends('layouts.app') @section('content')
| Date | Type | Reference / Notes | Batch | By | In | Out | Running |
|---|---|---|---|---|---|---|---|
| Opening balance ({{ $start->format('d M Y') }}) | {{ number_format($opening) }} | ||||||
|
{{ $m['created_at']->format('d M Y') }}
{{ $m['created_at']->format('H:i') }}
|
{{ ucfirst($m['type']) }}{{ $m['is_adjustment'] ? ' ⚠' : '' }}
@if($m['department'])
{{ $m['department'] }}
@endif
|
{{ $m['reference'] ?? '—' }}
@if($m['notes'])
{{ $m['notes'] }}
@endif
|
{{ $m['batch'] ?? '—' }} | {{ $m['by'] }} | {{ $m['quantity'] > 0 ? '+' . number_format($m['quantity']) : '·' }} | {{ $m['quantity'] < 0 ? number_format($m['quantity']) : '·' }} | {{ number_format($m['running']) }} |
| Closing balance ({{ $end->format('d M Y') }}) | {{ number_format($closing) }} | ||||||