{{ __('Last transactions') }}
{{ __('View all') }}
@if(! empty($data)) @foreach($data as $item) @endforeach
POS Amount
{{ $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