@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')

Inventory Reports

Generate detailed reports and analytics for your inventory management

Export Reports
Analytics
Date Ranges

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 }}

Standard Reports

Pre-configured reports for common needs

Inventory Summary

Complete overview of all items and stock levels

Low Stock Alert Report

Items that need immediate restocking

Category Analysis

Breakdown by item categories with statistics

Inventory Valuation

Financial value of current stock holdings

Custom Reports

Generate reports with custom filters and date ranges

Recent Reports

Previously generated reports

No reports generated yet. Generate your first report above.

@endsection