{{-- resources/views/livewire/admin/attracion-list-manage.blade.php --}}

Daftar Wahana

Tambahkan
@foreach($attractions as $atr)
@if($atr->cover) {{ $atr->name }} @else
@endif
{{ $atr->name }}
Durasi : {{ $atr->time_estimation }} Menit | Kapasitas : {{ $atr->capacity }} Orang
@endforeach
{{ $attractions->links() }}