@lang("Dashboard")
@lang("Please allow your browser to receive instant push notifications. Enable it in your notification settings.")
@lang("Attention!")
@lang("Please allow your browser to receive instant push notifications. Enable it in your notification settings.")
@lang('Balance')
@lang('Deposits')
@lang('Orders')
@lang('Deposit Statistics')
@lang('Transaction Statistics')
@lang('Support Tickets')
@lang("Latest Transaction")
@lang("Transaction ID") | @lang("Amount") | @lang("Remarks") | @lang("Time & Date") |
---|---|---|---|
{{ '#' . $transaction->trx_id }} | {{($transaction->trx_type == "+") ? '+': '-'}} @if(auth()->user()->currency && $currency) {{ currencyPositionBySelectedCurrency($transaction->amount * $currency->conversion_rate, auth()->user()->currency) }} @else {{ currencyPosition($transaction->amount) }} @endif | @lang($transaction->remarks) | {{ dateTime($transaction->created_at) }} |
@lang("No transactions available to display.")