{{ $i }} |
@if($documento->created_at!=null)
{{ date("d/m/Y", strtotime($documento->created_at)) }}
@endif
|
{{ $documento->documento_code }} |
{{ $documento->proveedor->nombreProveedor }} |
@if ($documento->ov)
{{ $documento->ov->file_code }}
@endif
@if ($documento->oc)
{{ $documento->oc->codigo }}
@endif
@if(!$documento->oc && !$documento->ov)
Sin orden
@endif
|
{{ $documento->monto }} |
{{ $documento->state }} |
@if ($documento->tipo->tipo=='Comprobante de Credito Fiscal')
CCF
@else
{{ $documento->tipo->tipo }}
@endif
|
@if ($documento->state!=="FACTURADO")
@endif
|