@extends('layouts.app') @extends('contabilidad.menu') @section('content')
ID | Fecha | Cliente | Retencion # | {{--Anticipos | --}}Facturas | Observaciones | Tipo | Total Retencion | Acción |
{{ $retencion->id }} | {{ date('d/m/Y h:i:s', strtotime($retencion->created_at)) }} | {{ $retencion->cliente?->nombre }} | {{ $retencion->numero }} | {{--@if ($op->saldo_favor > 0) -{{ number_format($op->saldo_favor, 2, '.', ',') }} @endif @if ($op->nombre_imagen_recibo) {{ $op->recibo_caja_numero ?? '' }} @else @endif | --}}
|
{{ $retencion->observaciones }} | {{ $retencion->tipoString }} | {{ number_format($retencion->monto_total, 2, '.', ',') }} | {{-- --}} @if ($retencion->estado == 1) @endif {{-- --}} @if ($retencion->estado == 2) @endif |
.TOTAL |