@if($latestNews->count() > 0)

Latest News Posts

Improve your knowledge and skills and get the best in industry

@foreach($latestNews as $news)
{{$news->title}}

{{$news->title}}

By @if($news->author_name){{$news->author_name}} @else anonymous @endif on {{$news->posted_date_front_formatted}}

{{$news->news_category->name}} {{ @trans('client_welcome.read_now') }}
@endforeach
@endif