@php $meta_description = str_replace([" ", "\n", "\r"], " ", $article->content); $meta_description = Str::limit(strip_tags($meta_description), 200); @endphp @if(!empty($brand)) @else @endif
@if(!is_null($article->published_at))

{{ $article->published_at->format(config('formats.short-date')) }}

@endif

{{ $article->title }}

{!! $article->content !!}