@extends('layouts.customer') @section('content') Explore the world together Find awesome flights, hotel, tour, car and packages @foreach ($domesticPackage as $domestic) {{$domestic->location}} {{$domestic->tour_name}} {{$domestic->days}} Days / {{$domestic->night != null ? $domestic->night .' Night' : ''}} {{-- (1214 reviewes) --}} ₹ {{$domestic->price}} @endforeach @endsection
{{$domestic->location}}
{{$domestic->days}} Days / {{$domestic->night != null ? $domestic->night .' Night' : ''}} {{-- (1214 reviewes) --}}