@extends('construction.admin.master.master') @section('css') @endsection @section('content') @if(isset($associado))
O carnê entregue a sua residência ainda está ativo, deseja alterar?
Parcela | Status | Tipo | Vencimento | Valor | ||
---|---|---|---|---|---|---|
{{$pagamento->parcela}} | @if($pagamento->situacao == 0 && strtotime(str_replace('/', '-',$pagamento->vencimento)) < strtotime(date('Y-m-d'))) VENCIDO @elseif($pagamento->situacao == 0 && strtotime(str_replace('/', '-',$pagamento->vencimento)) == strtotime(date('Y-m-d'))) HOJE @else A VENCER @endif | {{$pagamento->tipo}} | {{implode("/", array_reverse(explode("-", $pagamento->vencimento)))}} | R${{number_format(str_replace(',','.',$pagamento->valor) - str_replace(',','.',$pagamento->valorPago),2,',','.') }} | @if(app('currentTenant')->EmitirBoleto)
|
@else
@endif |