| Nombre |
Línea |
Unidad de cobro |
Estado |
Acciones |
@forelse ($services as $service)
|
{{ $service->name }}
@if($service->description)
{{ Str::limit($service->description, 60) }}
@endif
|
{{ $service->serviceLineLabel() }} |
{{ $service->billingUnitLabel() }} |
@if($service->is_active)
Activo
@else
Inactivo
@endif
|
|
@empty
|
No hay servicios registrados aún.
|
@endforelse
{{ $services->links() }}