| BOLETO | STATUS | VALOR | @if(empty($boleto->data_pagamento))Data de Vencimento | @elseData de Pagamento | @endif
|---|---|---|---|---|
| {{ $boleto->status }} | R$ {{ number_format($boleto->valor / 100, 2, ',', '.') }} | @if(empty($boleto->data_pagamento)){{ $boleto->vencimento->format('d/m/Y') }} | @else{{ $boleto->data_pagamento->format('d/m/Y') }} | @endif
| NOTA FISCAL | STATUS |
|---|---|
| {{ $status }} |