@extends('layouts.web') @push('styles') @endpush @section('content')
@include('includes.navbar_left')
@include('includes.navbar_top') @include('includes.wallet_card')

HISTÓRICO DE TRANSAÇÕES

@if(count($orders)) @foreach($orders as $order) @endforeach @else @endif
# Jogo Tipo Valor Data
{{ $order->id }} {{ $order->game }} {{ $order->type }} {{ \Helper::amountFormatDecimal($order->amount) }} {{ $order->dateHumanReadable }}

NENHUMA INFORMAÇÃO A EXIBIR

{{ $orders->links() }}
@endsection @push('styles') @endpush