@extends('components.app-layout') @section('title', 'Inventory Reports') @php $dynamicSubtitle = 'Generate comprehensive reports for ' . ($organizationSettings['name'] ?? 'Presbyterian Church of Ghana') . ' inventory'; @endphp @section('subtitle', $dynamicSubtitle) @section('content')
Generate detailed reports and analytics for your inventory management
Total Items
{{ $stats['total_items'] ?? 0 }}
Stock Value
₵{{ number_format($stats['total_stock_value'] ?? 0, 2) }}
Low Stock
{{ $stats['low_stock_items'] ?? 0 }}
Categories
{{ $stats['total_categories'] ?? 0 }}
Pre-configured reports for common needs
Complete overview of all items and stock levels
Items that need immediate restocking
Breakdown by item categories with statistics
Financial value of current stock holdings
Generate reports with custom filters and date ranges
Previously generated reports
No reports generated yet. Generate your first report above.