{{@$homeContent->article_title}}

{{@$homeContent->article_sub_title}}

@if(isset($blogs)) @foreach($blogs as $blog)
{{$blog->user->name}} . {{$blog->authored_date}}

{{$blog->title}}

@endforeach @endif