@extends('layouts.warehouse') @section('title', 'Warehouse Dashboard') @section('page-title', 'Dashboard') @section('page-subtitle', 'Welcome to the Warehouse Management System') @section('breadcrumb')
Total 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'] }}
{{ $item['item_code'] }}{{ $location['name'] }}
{{ $location['total_items'] }} items| Item | Type | Quantity | Reason | User | Date |
|---|---|---|---|---|---|
|
{{ $movement['item_name'] }}
{{ $movement['item_code'] }} |
{{ ucfirst(str_replace('_', ' ', $movement['type'])) }} | {{ $movement['quantity'] }} | {{ $movement['reason'] }} | {{ $movement['user_name'] }} | {{ $movement['created_at']->format('M d, H:i') }} |