@extends('layouts.layout-2') @section('content')
{{__('Länder')}}
@foreach($values as $value) @endforeach
  {{__('DE')}} {{__('Code')}} {{__('Phone')}} {{__('Status')}}
{{ $value->de }} {{ $value->code }} {{ $value->phone }} @if($value->active) @else@endif
@endsection