@extends('components.app-layout') @section('title', 'Inventory Items') @php $dynamicSubtitle = 'Manage ' . ($organizationSettings['name'] ?? 'Presbyterian Church of Ghana') . ' inventory items'; @endphp @section('subtitle', $dynamicSubtitle) @section('content')
Browse, search, and manage all your inventory items in one place
{{ $items->total() }} items found
{{ $item->item_code }}
@if(request()->hasAny(['search', 'category', 'stock_status'])) No items match your current filters. Try adjusting your search criteria. @else You haven't added any inventory items yet. Start by adding your first item. @endif