@extends('Frontend.Layout.app') @php $seoTitle = data_get($article?->getTranslation('seo'), 'meta_title') ?? ($article?->getTranslation('name')) ?? translate('Page'); $seoDescription = data_get($article?->getTranslation('seo'), 'meta_description') ?? translate('page about ') . ($article?->getTranslation('name') ?? translate('life in Germany')) . translate(' for Arabs living in Germany.'); @endphp @section('title', $seoTitle) @section('meta_description', $seoDescription) @section('og_title', $seoTitle) @section('og_description', $seoDescription) @section('content')

{{translate('Recommended')}}

@foreach($others as $other) @if($loop->first) @else @if(!$other->link) {{$other->getTranslation('name')}} @endif

{{$other->getTranslation('name')}}

@endif @endforeach
@if(!empty($categories))

{{ translate('Categories') }}

@endif
@endsection