@foreach($trip->tour_package_places as $key => $destination)
@foreach($destination->tour_package_todos as $todo)
@php $todo_images = explode(',',$todo->image); @endphp
@endforeach
@foreach($destination->tour_package_hotels as $hotel)
@php $hotel_images = explode(',',$hotel->image); @endphp
@endforeach
@foreach($destination->tour_package_foods as $food)
@php $food_images = explode(',',$food->image); @endphp
@endforeach
@foreach($destination->tour_package_shops as $shop)
@php $shop_images = explode(',',$shop->image); @endphp
@endforeach
@endforeach