@extends('layouts.admin') @section('title', 'Failed Payouts') @section('header', 'Failed Payouts') @section('content')
Retry failures or export them for offline processing.
| Payout | Gateway | Error | Retries | Next Retry | |
|---|---|---|---|---|---|
| #{{ $failed->payout_id }} | {{ ucfirst($failed->gateway ?? '-') }} | {{ $failed->error_message }} | {{ $failed->retry_count }} | {{ $failed->next_retry_at?->format('d M Y h:i A') ?? '-' }} | @if($failed->payout) @endif |
| No failed payouts. | |||||