@if ($article != null)
{{$article->title}}
Created At : {{date('d M Y', strtotime($article->created_at))}} | @foreach($article->categories as $value) {{$value->name}}, @endforeach

{!! $article->content !!}

@else
404
Not Found
@endif