@extends('master')
@section('title', $page->translation->meta_title)
@section('content')
@include('components.worldMap', ['withWrapper' => true])
@include('components.visitedCountries')
@include('organisms.components', [
'componentLayout' => 'spaceRow'
])
@endsection