@if($menuType == 'dedicated' && ($tnxType=='deposit'||$tnxType=='withdraw'||$tnxType=='referral')) {{ __(':Tnxtype', ['tnxtype' => $tnxType.(($tnxType=='withdraw') ? 'als' : 's')]) }} @else {{ __('Transactions') }} @endif
{!! __('Total :count transactions.', ['count' => ''.$transactions->total().'']) !!}
-
@if($menuType == 'dedicated')
{{ __('All Orders') }}
@if(filled($transactions))
@include('admin.transaction.transaction-table', ['transactions' => $transactions])
@else
@endif
{{ __('No Transaction Found') }}