@extends('layouts.admin') @section('styles') @endsection @section('content')
# | DESCRIPCION | FECHA DE PAGO | FECHA DE REGISTRO | TOTAL | |
---|---|---|---|---|---|
{{$deu->id}} | {{$deu->fecha_pago}} | {{$deu->created_at}} | Q. {{number_format($deu->total, 2)}} |
# | FECHA DE REGISTRO | DESCRIPCION | TIPO | TOTAL | |
---|---|---|---|---|---|
{{$deu->id}} | {{$deu->created_at}} | {{$deu->descripcion}} | {{$deu->tipo}} | Q. {{number_format($deu->total, 2)}} |
REPORTE DE HISTORIAL DE CREDITO
Direccion: {{$cliente->direccion}}
Nit: {{$cliente->nit}}
Telefono: {{$cliente->telefono1}}
Clinica: {{$cliente->telefono2}}
Total Deuda: Q. {{number_format($cliente->deuda, 2)}}