@extends('frontend.layouts.master2') @section('meta') {{-- --}} {{-- --}} @endsection @section('title') {{$destination->title}} @endsection @section('main-content') @include('frontend.layouts.notification')

{{$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!!}

@php $tags = explode(',', $destination->tags); @endphp @foreach($tags as $tag) {{ $tag }} @endforeach
@endsection