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

Data Ulasan

@csrf

Data Ulasan Mentah

Wisata Rating Ulasan Tanggal
@foreach($mentah as $item) @endforeach
{{ $item->wisata }} {{ $item->rating }}
{{ $item->ulasan }}
{{ $item->tanggal }}
Showing {{ $mentah->firstItem() }} to {{ $mentah->lastItem() }} of {{ $mentah->total() }} results
{{-- FIRST --}} @if ($mentah->currentPage() > 1) « @endif {{-- PREV --}} @if ($mentah->onFirstPage()) @else @endif @php $start = max($mentah->currentPage() - 2, 1); $end = min($mentah->currentPage() + 2, $mentah->lastPage()); @endphp {{-- NUMBER DINAMIS --}} @for ($i = $start; $i <= $end; $i++) @if ($i == $mentah->currentPage()) {{ $i }} @else {{ $i }} @endif @endfor {{-- NEXT --}} @if ($mentah->hasMorePages()) @else @endif {{-- LAST --}} @if ($mentah->currentPage() < $mentah->lastPage()) » @endif
@csrf

Hasil Preprocessing

@forelse($preprocessing as $row) @empty @endforelse
Wisata Ulasan Mentah Ulasan Bersih
{{ $row->wisata }} {{ $row->ulasan_asli }} {{ $row->stemming }}
Belum ada data
Showing {{ $preprocessing->firstItem() }} to {{ $preprocessing->lastItem() }} of {{ $preprocessing->total() }} results
{{-- PREV --}} @if ($preprocessing->onFirstPage()) @else @endif @php $start = max($preprocessing->currentPage() - 2, 1); $end = min($preprocessing->currentPage() + 2, $preprocessing->lastPage()); @endphp {{-- NUMBER --}} @for ($i = $start; $i <= $end; $i++) @if ($i == $preprocessing->currentPage()) {{ $i }} @else {{ $i }} @endif @endfor {{-- NEXT --}} @if ($preprocessing->hasMorePages()) @else @endif
@endsection