@extends('layouts.app') @section('content')

Movimientos desde {{$date_start}} hasta {{$date_end}}

@foreach($credit as $cred) @endforeach
ID Credito Nombre Fecha Prestamo Capital Tasa Interes Cuotas Ultimo Pago Valor Pago # Pagos
{{$cred->credit_id}} {{$cred->name}} {{$cred->last_name}} {{$cred->credit_date}} {{$cred->amount_neto}} {{$cred->utility}} {{($cred->amount_neto)*($cred->utility)}} {{$cred->payment_number}} {{$cred->summary_lasted}} {{$cred->summary_amount}} {{$cred->summary_number_pay}}
@endsection