@extends('layouts.user') @section('header') @endsection @section('hero')

Destinasi Jogja-Travel

Cek semua destinasi-destinasi yang dapat anda kunjungi untuk liburan anda

@endsection @section('content')
{{--

Daftar Destinasi

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque

@foreach ($destinations as $destination) @endforeach
--}} @if (empty(request()->segment(2)) ) @component('user.component.all_destination', ['destinations'=> $destinations]) @endcomponent @else @component('user.component.single_destination', ['destination'=> $destinations]) @endcomponent @endif
Other Posts
@foreach ($other as $item) @endforeach
{{-- @if (empty(request()->segment(2)) ) @component('user.component.all_destination', ['destinations'=> $destinations]) @endcomponent @else @component('user.component.single_destination', ['destination'=> $destinations]) @endcomponent @endif --}} @endsection