@extends('frontend.layouts.master2') @section('meta') {{-- --}} {{-- --}} @endsection @section('title') {{$destination->title}} @endsection @section('main-content') @include('frontend.layouts.notification')
banner) && $location_category->banner) data-background="{{ Storage::url($location_category->banner) }}" @else data-background="{{ asset('frontend/assets/images/destinations_page.jpg') }}" @endif>

{{$destination->title}}

Home {{$destination->title}}
@php $photo=explode(',',$destination->photo); @endphp {{ Storage::url($destination->photo) }}

{{$destination->title}}

{{--

{!!$destination->description!!}

--}}
  • Country: {{$destination->country}}
  • Location: {{$destination->location}}
  • Language Spoken: {{$destination->language}}
  • Area (Km): {{$destination->area}}
  • Visa Requirement: {{$destination->visa}}

{!!$destination->summary!!}

{!!$destination->description!!}

@if($destination->pros || $destination->cons)

Pros & Cons

@endif {{-- --}}
@if ($destination->images)
@php $imageArray = explode(',', $destination->images); @endphp @foreach($imageArray as $index => $image)
{{ Storage::url($image) }}
@endforeach
@endif
{{--
@php $tags = explode(',', $destination->tags); @endphp @foreach($tags as $tag) {{ $tag }} @endforeach
--}}
@endsection @push('scripts') @endpush