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

HISTÓRICO DE SAQUES

@if(count($withdrawals)) @foreach($withdrawals as $withdrawal) @endforeach @else @endif
# Comprovante Tipo Valor Status Data
{{ $withdrawal->id }} @if(!empty($withdrawal->proof)) Baixar @else .... @endif {{ $withdrawal->type }} {{ \Helper::amountFormatDecimal($withdrawal->amount) }} @if($withdrawal->status == 0) Pendente @else Confirmado @endif {{ $withdrawal->dateHumanReadable }}

NENHUMA INFORMAÇÃO A EXIBIR

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