@extends('partials.main') @section('title') {{ 'TOUR PACKAGES' }} @endsection @section('content')

{{ $banner->heading }}

{{ $banner->subheading }}

  1. Home
  2. {{ $banner->heading }}

Tours

@foreach ($package as $package)
image destinations

{!! $package->description !!}

@csrf
@if ($loop->index == 2)
@endif @endforeach
@endsection