@extends('layouts.sentara') @section('content')
| wisata | Ulasan Terolah | Sentimen | Probabilitas |
|---|---|---|---|
| {{ $row->wisata }} | {{ $row->ulasan_terolah }} | @if($row->sentimen == 'positif') Positif @elseif($row->sentimen == 'negatif') Negatif @else Netral @endif | {{ number_format($row->probabilitas, 2) }} |
| Belum ada hasil analisis sentimen. | |||