{{ $transaction->id }} |
{{ getWalletMeta($transaction->meta, 'description') }} |
{{ $transaction->amountFloat . ' ر.س' }} |
{!! getBadge([$transaction->type == 'deposit' ? 'success' : 'danger', $transaction->type == 'deposit' ? 'اضافة' : 'خصم']) !!} |
{{ getWalletMeta($transaction->meta, 'description') }} |
@if($path = getWalletMeta($transaction->meta, 'file_path'))
@elseif($url = getWalletMeta($transaction->meta, 'url'))
@endif
|
{{ number_format($transaction->balance /100,2) }} ر.س |
{{ getWalletMeta($transaction->meta, 'user_name') }} |
{{ $transaction->created_at }} |
@endforeach