@extends('layouts.layouts_module') @section('css') @stop @section('content_module')
MODULO - {{$nombre_modulo->nombre}}

Actualizar Descuentos


{{csrf_field()}}
@if ($errors->has('modo_pago')) {{ $errors->first('modo_pago') }} @endif
@if ($deuda->cantidad_deuda == $deuda->cantidad_pagada) @else @endif
@endsection @section('javascript') @endsection