Lista de clientes
Clientes
@foreach ($cliente as $key => $item) {{-- Nombre completo --}} @endforeach
# Nombre Clasificación Acciones
{{$key + 1}} {{$item->nombre}} {{$item->apellido}}{{$item->clasificacion?->tipo ?? "Sin clasificación"}} {{-- --}} activo) style="pointer-events: none; opacity: 0.5;" @endif>
@method('DELETE') @csrf
@if($item->activo) @else @endif