@extends('layouts.layouts_module') @section('css') @stop @section('content_module')
Cédula | Acreedor | Deuda | Cuota | Cancelado | Descripción | Acciones | ||
---|---|---|---|---|---|---|---|---|
{{$item->cedula}} | {{$item->nombre_acreador}} | {{$item->cantidad_deuda}} | {{$item->descuento_acreedor}} | {{$item->cantidad_pagada}} | {{$item->descripcion}} |
@if ($item->cantidad_deuda == $item->cantidad_pagada)
Deuda Pagada
@else
id_deuda}/edit")}}" class="btn btn-dribbble" title="Editar Deuda">
@endif
|
||
No hay Deudas
|