@extends('welcome') @section('seo_title', $article->title . ' | ') @section('content')
{{__('Blog')}} > {{substr($article->title,0,74)}} @if(strlen($article->title) > 74) ... @endif
image: {{$article->title}}

{{$article->title}}

{{$article->created_at->format('d-M-Y')}}
{!! nl2br($article->content) !!}

{{__("Other")}} {{__("from our blog")}}

@foreach($otherArticles as $oa) @endforeach
@endsection @push('extraCSS') @endpush