@extends('layouts.web_master') @section('header-content')

Tour & Spot

@endsection @section('main-content')

Spot

Live Your Life Through Travel

@foreach ($tourPackages as $key=>$item)
tour-img
{{ $item->title}}
{!! Str::limit(strip_tags($item->description), 80) !!}
Learn More
@endforeach

Start Planning Your Trip Now and Get {{$offer->discount_one}} Discount

{{ $offer->short_description_one}}

@endsection