@extends('layouts.admin-simple') @section('title', 'Indirect Goods Reconciliation') @section('breadcrumb') @endsection @section('page-title')

Indirect Goods Health & Reconciliation

Read-only ledger, provenance and document controls ยท checked {{ $checked_at->format('d M Y H:i:s') }}

download Export Exceptions
@endsection @section('content')
Open Exceptions ({{ $exceptions->count() }})
@forelse($exceptions as $row) @empty @endforelse
SeverityCodeEntityOwnerStatusDetails
{{ strtoupper($row->severity) }}{{ $row->code }}{{ $row->entityType }}{{ $row->entityId ? ':' . $row->entityId : '' }}{{ $row->owner }}{{ ucfirst($row->status) }}{{ $row->details }}
check_circleNo reconciliation exceptions found.
@endsection