@extends(template().'layouts.user') @section('title', trans('Dashboard')) @section('content')
@lang("Please allow your browser to receive instant push notifications. Enable it in your notification settings.")
@lang("Please allow your browser to receive instant push notifications. Enable it in your notification settings.")
@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.")