@extends('layouts.app') @section('content')

Shipment Exceptions

@forelse($exceptions as $exception) @empty@endforelse
AWBTypeSeverityStatusDetails
{{ $exception->shipment?->awb }}{{ $exception->type }}{{ $exception->severity }}{{ $exception->status }}{{ $exception->details }}@if($exception->status !== 'resolved')
@csrf
@endif
No exceptions.
{{ $exceptions->links() }}
@endsection