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

HISTÓRICO DE DEPOSITOS

@if(count($deposits)) @foreach($deposits as $deposit) @endforeach @else @endif
# Tipo Valor Status Data
{{ $deposit->id }} {{ $deposit->type }} {{ \Helper::amountFormatDecimal($deposit->amount) }} @if($deposit->status == 0) Pendente @else Confirmado @endif {{ $deposit->dateHumanReadable }}

NENHUMA INFORMAÇÃO A EXIBIR

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