{{-- filepath: resources/views/payments/status.blade.php --}} @if($error)
{{ $error }}
@elseif($status)
Payment Status: {{ $status['status'] ?? 'Pending' }}
{{ $status['message'] ?? '' }}
@else
Waiting for payment status...
@endif