{{ __('Last all paid transactions') }}
@if(! empty($data)) @foreach($data as $item) @endforeach
Client POS Create Amount
{{ $item->user->surname ?? '' }} {{ $item->user->name ?? '' }} {{ $item->application->name }} @if ($item->coin) {{ $item->coin->coin_id }} @endif   +{{ $item->amount }} {{ $item->coin->name_short ?? null }}
@endif @empty($data) @if($loading)
Loading...
@else @endif @endempty