{{ $nomeFantasia }}
{{ $email }} @if(empty($boleto->data_pagamento)) @else @endif @if(empty($boleto->data_pagamento)) @else @endif
BOLETO STATUS VALORData de VencimentoData de Pagamento
{{ $boleto->status }} R$ {{ number_format($boleto->valor / 100, 2, ',', '.') }}{{ $boleto->vencimento->format('d/m/Y') }}{{ $boleto->data_pagamento->format('d/m/Y') }}
@if($notaFiscal) @php $status = $notaFiscal->status == 'COMPLETED' ? 'EMITIDA' : ($notaFiscal->status == 'WAITING_TRIGGER' ? 'AGUARDANDO PAGAMENTO' : $notaFiscal->status); @endphp
NOTA FISCAL STATUS
{{ $status }}
@endif