@extends ('site::public.layout') @section('content')

{{ $article->title }}

@foreach($article->relatedCategory as $relCategory) {{ $relCategory->category->outputTranslate('title', session('locale')) }} @endforeach
{!! $article->outputTranslate('description', session('locale')) !!}
{!! $section_data['bottom_wa_text'] !!}

{!! $section_data['bottom_contact_text'] !!}

@if($relatedArticle->count() > 0) @endif
@stop