| {{ __('admin.type') }} | {{ __('admin.amount') }} | {{ __('admin.date') }} |
|---|---|---|
| @if($transaction->operation == 'deposit') {{ __('admin.deposit') }} @else {{ __('admin.withdraw') }} @endif | {{ $transaction->amount }} {{ __('site.currency') }} | {{ $transaction->created_at->format('Y-m-d H:i') }} |
{{ __('admin.no_transactions_found') }}