@extends('WebApp.template.master') @section('menu') @include('WebApp.template.header') @endsection @push('cssStyle') @endpush @push('jsScript') @endpush @section('content')
{{ $aluno->id }} - {{ $aluno->nome }} {{ $aluno->cpf }}
{{ $centroCusto->nome }}
@foreach($contaCaixa as $conta) {{$conta->nome}} @endforeach
Quantidade: {{ $simulacao->qtdTaxaAdm }} Valor: {{ 'R$ ' . number_format($simulacao->valorTaxaAdm, 2, ',', '.') }} Total: {{ 'R$ ' . number_format($simulacao->qtdTaxaAdm * $simulacao->valorTaxaAdm, 2, ',', '.') }}
Quantidade: {{ $simulacao->qtdCancelamento }} Valor: {{ 'R$ ' . number_format($simulacao->valorCancelamento, 2, ',', '.') }} Total: {{ 'R$ ' . number_format($simulacao->qtdCancelamento * $simulacao->valorCancelamento, 2, ',', '.') }}
{{date('d/m/Y', strtotime($simulacao->primeiroVencimento))}}
{{count($parcelas)}}
@if ($simulacao->novoValor) {{ 'R$ ' . number_format($simulacao->novoValor, 2, ',', '.') }} {{ 'R$ ' . number_format($simulacao->valorOriginal, 2, ',', '.') }} @else {{ 'R$ ' . number_format($simulacao->valorOriginal, 2, ',', '.') }} @endif
{{ 'R$ ' . number_format(($simulacao->valorNegociar - ($simulacao->descontoAvista / 100 * $simulacao->valorNegociar )), 2, ',', '.') }} @if($simulacao->descontoAvista > 0) {{ $simulacao->descontoAvista .'%' }} @endif
{{ 'R$ ' . number_format($simulacao->valorNegociar, 2, ',', '.') }}