@if (request()->routeIs('komentar.index'))
@endif
{{-- TABEL --}}
@foreach ($wisatas as $index => $wisata) @endforeach
No Nama Wisata Jumlah Komentar Action
{{ $index + 1 }} {{ $wisata->nama_wisata }} {{ $wisata->komentar_count }} Komentar Lihat Komentar
{{ $wisatas->links() }}