@extends('components.app-layout') @section('title', 'Inventory Dashboard') @php $dynamicSubtitle = 'Manage ' . ($organizationSettings['name'] ?? 'Presbyterian Church of Ghana') . ' inventory and stock levels'; @endphp @section('subtitle', $dynamicSubtitle) @section('content')
Track and manage your church inventory, monitor stock levels, and generate comprehensive reports.
Total Items
{{ $stats['total_items'] ?? 0 }}
Low Stock
{{ $stats['low_stock_items'] ?? 0 }}
Categories
{{ $stats['total_categories'] ?? 0 }}
Stock Value
₵{{ number_format($stats['total_stock_value'] ?? 0, 2) }}
Manage your inventory efficiently
{{ $item->name }}
{{ $item->category->name ?? 'No Category' }}
{{ $item->current_stock }} left
Min: {{ $item->minimum_stock }}
All items are well stocked!
{{ $transaction->item->name ?? 'Unknown Item' }}
{{ $transaction->type_display }}
{{ $transaction->quantity > 0 ? '+' : '' }}{{ $transaction->quantity }}
{{ $transaction->created_at->diffForHumans() }}
No recent activity