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

{{ __('Inhalte') }} {{ __('Reiseländer') }} zurück ins v2 CMS zurück ins v1 CRM

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($travel_countries as $value) @endforeach
  {{__('Name')}} {{__('Seite')}} {{__('CRM')}} {{__('Kunden')}}
{{ $value->name }} @if($value->active_frontend) @else @endif @if($value->active_backend) @else @endif @if($value->is_customer_country) @else @endif
@endsection