@foreach ($row as $index => $value)
{{-- Verify if $value different array --}}
@if (!is_array($value))
{{ $value }}
@endif
@endforeach
@isset($action)
{{-- Actions with icons --}}
{{ $action($row) }}
@endisset
@endforeach
{{-- Mostrar enlaces de paginaciĆ³n si $dataCell es una instancia de LengthAwarePaginator --}}
@if ($dataCell instanceof \Illuminate\Pagination\LengthAwarePaginator)