@extends('layouts.dashboard') @section('content')

Dashboard

@foreach ($dataset['data'] as $item) @endforeach
No Clean Text Translated Label
{{ $loop->iteration }} {{ $item['processed_text'] ?? '-' }} @if ($item['label'] == 0) {{ 'background' }} @elseif ($item['label'] == 1) {{ 'method' }} @else {{ 'result' ?? 'N/A' }} @endif
@if (isset($dataset['last_page']) && $dataset['last_page'] > 1)
@endif
@push('js') @endpush @endsection