@extends('website.layout.app') @section('content') @include('website.layout.package-inner-page-header')

{{json_decode($data->attributes)->number_of_days}} Days & {{json_decode($data->attributes)->number_of_nights}} Nights

{{json_decode($data->attributes)->place}}

 {{json_decode($data->attributes)->address}}

{{json_decode($data->attributes)->price}}Incl all Tax

 Hotel  Meals  Entertainment

Overview

@foreach ($PackageOverview as $overview)

Day 1   {{$overview->overview_place}}

{{$overview->description}}

@endforeach