{{-- resources/views/articles/show.blade.php --}} @extends('layouts.app') @section('content') @include('partials.navbar') @include('articles.partials.home-css') @include('partials.news_ticker')
{{ $article->category ? $article->category->name : ' ' }}
{!! Str::words(strip_tags($article->description), 50, '...') !!}
@if ($article->user && $article->user->avatar)This is an opinion piece. The views expressed in this article are those of just the author.