@include('purchase::partials.styles')
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
📦
{{ $stats['total'] }}
Total GRN
📝
{{ $stats['draft'] }}
Draft
🔍
{{ $stats['inspecting'] }}
Inspecting
✅
{{ $stats['approved'] }}
Approved
| GRN Number |
Date |
PO Number |
Vendor |
Warehouse |
Accepted Qty |
Stock |
Status |
Actions |
@include('components.datatable')