@include('partials.topbar',['title'=>'Exceptions'])
Exceptions
@forelse($exceptions as $item)@empty@endforelse
Exception TypeDescriptionSeverityStatus
{{ $item->exception_type ?? '—' }}{{ $item->description ?? '—' }}{{ $item->severity ?? '—' }}{{ $item->status ?? '—' }}
No records found.
{{ $exceptions->links() }}