@extends('partials.main') @section('title') {{ 'TOUR PACKAGES' }} @endsection @section('content') {{ $banner->heading }} {{ $banner->subheading }} Home {{ $banner->heading }} Tours @foreach ($package as $package) {{ $package->title }} {!! $package->description !!} @csrf Request Quote @if ($loop->index == 2) @endif @endforeach @endsection
{!! $package->description !!}