@extends('admin.layouts.app') @section('title', 'Courier Error Logs') @section('content')
View and retry failed courier submissions
| Order ID | Courier | Error Message | Attempts | Date | Actions |
|---|---|---|---|---|---|
| #{{ $error->order_id }} | {{ ucfirst($error->courier) }} |
{{ $error->error_message }} @if($error->response_data) @endif |
{{ $error->retry_count }} |
{{ $error->created_at->diffForHumans() }} {{ $error->created_at->format('M d, h:i A') }} |
|
No Errors FoundAll courier submissions are successful! |
|||||