Clientes y Creditos
@if(app('request')->input('hide'))Informacion
Orden cambiado por encima/debajo de un usuario que saltaste el dia de hoy.
Orden | Credito | Nombres | Días en mora | Cuota diaria | Valor | Saldo | Ultimo pago | Barrio | Status | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{$client->order_list}} | {{$client->id}} | {{$client->user->name}} {{$client->user->last_name}} | {{$client->days_rest}} | {{$client->quote}} | {{$client->amount_total}} | {{$client->saldo}} | @if($client->last_pay){{$client->last_pay->created_at}} | @elseNo hay pagos | @endif{{$client->user->province}} | @if($client->user->status=='good') BUENO @elseif($client->user->status=='bad') MALO @endif | Pagar Saltar Ver |