@extends('layout.front') @section('content')

Popular Tours

@foreach ($populars as $popular) @php $tourDetailLink = route('tour', [$popular->id]) @endphp @endforeach
@endsection