@extends('layouts.master_app') @section('title') Seguimiento de cotización @endsection @section('css') @endsection @section('content')
| Nombre | ||
|---|---|---|
| @{{ item.name}} |
No hay gestores agregados
Agregar gestores @else @endif| Nombre | ||
|---|---|---|
| @{{ item.name}} |
| Nombre | ||
|---|---|---|
| @{{ item.name}} |
| Mes | Saldo inicial | Pago Mensual | Interés (@{{ (formData.annual_interest_rate / 12 ) | number:2 }}%) | Abono a Capital | Saldo Final |
|---|---|---|---|---|---|
| @{{item.month }} | @{{item.initialBalance | currency}} | @{{item.payment | currency}} | @{{item.interest | currency}} | @{{item.principal | currency }} | @{{item.finalBalance | currency}} |