ID |
User ID |
User Name |
Type |
Amount |
Status |
Created At |
Action |
@forelse ($withdrawals as $withdrawal)
{{ $withdrawal->id }} |
{{ $withdrawal->user?->id ?? '-' }} |
{{ $withdrawal->user?->name ?? 'Deleted' }} |
{{ $withdrawal->type_text }} |
{{ $withdrawal->amount }} |
{{ $withdrawal->status_text }} |
{{ $withdrawal->created_at->format('d M Y') }} |
{{-- --}}
|
@empty
There are no withdrawals yet. |
@endforelse
{{ $withdrawals->links() }}