@if( !empty($data) )
@foreach ($data as $k => $row)
{{ $row->date }} |
{{ $row->total_cashbacks }} |
{!! GetMoneyStr3($row->total_amount) !!} |
@endforeach
{{ __('Total') }} |
Players: {{ $total_players }} |
{{ $total_amount/100 }} |
|
@else
{{ __('No results for selected params') }} |
@endif