@extends('layout.main') @section('main-section')
@if($destinations->destination_gallery!=null)
@foreach($destinations->destination_gallery as $gallery)
$destinations->name
@endforeach
01 05
@endif

{{ $destinations->name }}

line
{{ $destinations->sub_description }}

Good To Know

Country India
Destination {{ $destinations->name }}
Price {{ $destinations->price }}
Time {{ $destinations->time }}
Rating {{ $destinations->rating }}

Inquiry Now

@if($destinations->faqs!=null) @endif
@endsection