@extends('layouts.sentara') @section('content')
Upload file CSV / XLSX
klik tombol di bawah
Total Ulasan
{{ $totalUlasan }}
Total Wisata
{{ $totalWisata }}
Terakhir Update
{{ $lastUpdate ? \Carbon\Carbon::parse($lastUpdate)->format('d M Y H:i') : '-' }}
| No | Nama Wisata | Rating | Ulasan | Tanggal |
|---|---|---|---|---|
| {{ $mentah->firstItem() + $i }} | {{ $item->wisata }} | {{ str_repeat('★', round($item->rating)) }} {{ $item->rating }} |
{{ $item->ulasan }}
|
{{ \Carbon\Carbon::parse($item->tanggal)->diffForHumans() }} |
| Belum ada data | ||||