@extends('layouts.web') @push('styles') @endpush @section('content')
# | 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 |