@extends('Admin.layouts.app') @section('title', 'Cashout') @section('content')
| Request ID | Provider Name | Cashout | Type | {{--Source | Reason | Reference ID | --}}
|---|---|---|---|---|---|---|
|
#{{ $transaction->id }} {{ $transaction->created_at->format('d M, Y h:i A') }} |
{{ $transaction->user ? $transaction->user->name : 'N/A' }} | ${{ number_format($transaction->amount, 2) }} | {{ ucfirst($transaction->type) }} | |||
| No transactions found. | ||||||