Documentación del Cliente
{{ trim(($cliente->persona?->nombre ?? '') . ' ' . ($cliente->persona?->apellido ?? '')) !== '' ? trim(($cliente->persona?->nombre ?? '') . ' ' . ($cliente->persona?->apellido ?? '')) : 'Cliente' }} · DNI: {{ $cliente->dni }}
{{ session('success') }}
@endif
@if ($errors->any())
¡Error!
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Agregar documentación
Documentación actual
@if($documentos->isEmpty())Este cliente aún no tiene documentación cargada.
@else
| Archivo | Tipo | Tamaño | Fecha | Acciones |
|---|---|---|---|---|
|
{{ $documento->nombre_visible ?? $documento->nombre }}
{{ $documento->nombre }}
|
{{ strtoupper((string) $documento->extension) }} | {{ number_format(((int) $documento->tamanio_bytes) / 1024, 1, ',', '.') }} KB | {{ $documento->created_at ? $documento->created_at->format('d/m/Y H:i') : '-' }} |