ARTICLES

View more
@foreach($article_post as $article)
{{ $article->title ?? '' }}

{{ $article->title ?? '' }}

{{ $article->user->name ?? '' }}
Instructor

{!! strip_tags($article->pre_text) ?? '-' !!}

{{ date('l d F Y',$article->created_at) }}

@endforeach