@extends('layouts.warehouse') @section('title', 'Warehouse Dashboard') @section('page-title', 'Dashboard') @section('page-subtitle', 'Welcome to the Warehouse Management System') @section('breadcrumb')
Total Items
Low Stock Items
Locations
Pending Transactions
{{ $item['item_name'] }}
{{ $item['item_code'] }}No items are currently below reorder point
{{ $activity['description'] }}
by {{ $activity['user'] }} • {{ $activity['created_at']->diffForHumans() }}No recent activities
{{ $item->item->name ?? 'Unknown Item' }}
{{ $item->item->item_code ?? 'N/A' }}{{ $location['name'] }}
{{ $location['total_items'] }} items| Item | Type | Quantity | Reason | User | Date |
|---|---|---|---|---|---|
|
{{ $movement->item->name ?? 'Unknown' }}
{{ $movement->item->item_code ?? 'N/A' }} |
{{ ucfirst(str_replace('_', ' ', $movement->type)) }} | {{ $movement->quantity }} | {{ $movement->reason ?: 'N/A' }} | {{ $movement->user->name ?? 'System' }} | {{ $movement->created_at->format('M d, H:i') }} |