{{ $loop->iteration }} |
{{ $registration->student_full_name }} |
{{ $registration->student->cell_phone }} |
@php $institution_class_with_course = $registration->institution_class_name . ' - ' . $registration->course_name @endphp
{{ $institution_class_with_course }} |
{{ $registration->full_period_translated }} |
{{ $registration->consultant_full_name }} |
@php $final_input_value += $registration->getInputValue() @endphp
R$
{{ number_format($registration->getInputValue(), 2, ',', '.') }}
|
@php $final_installments_value += $registration->getTotalWithoutFinancialEntry() @endphp
R$
{{ number_format($registration->getTotalWithoutFinancialEntry(), 2, ',', '.') }}
|
@endforeach