@extends('layouts.layout-2') @section('content')

Reiseorte

@foreach($travel_places as $value) @endforeach
  {{__('Name')}} {{__('Beschreibung')}} {{__('Land')}} {{__('Latitude')}} {{__('Longitude')}} {{__('sichtbar')}}
{{ $value->name }} {{ $value->description }} {{ $value->travel_country->name }} {{ $value->latitude }} {{ $value->longitude }} {!! get_active_badge($value->active) !!}
@endsection