@extends('partials.main') @section('title') {{ 'TOUR PACKAGES' }} @endsection @section('content') Tour Packages Unlock Adventure: Discover the World on Wheels! Home Tour Packages Tours @foreach ($package as $package) {{ $package->day }} Days {{ $package->day }}D/{{ $package->night }}N from ${{ $package->price }} {{ $package->title }} {!! $package->description !!} @csrf Request Quote @endforeach {{-- 1 2 3 4 --}} @endsection
{!! $package->description !!}