@extends('layouts.web_master') @section('header-content')
nt; background-size: cover !important;">

Tour & Packages

@endsection @section('main-content')
{{--
@csrf
Name
Destination
Tour Days
--}}

Tour

Live Your Life Through Travel

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

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

{{ $offer->short_description_one}}

@endsection