Recent News & Updates

@foreach($news_sidebar_recents as $news_row) @if($news_row->news_category_id == 1) {{$news_row->news_title}}

{{$news_row->news_title}}

{{Str::limit($news_row->news_preview, 100)}}

@elseif($news_row->news_category_id == 2) news_attachment_type == 1) href="{{url('/')}}/assets/attachments/{{$news_row->news_attachment_file}}" @elseif($news_row->news_attachment_type == 2) href="{{$news_row->news_link}}" @endif target="_blank" class="col-12"> {{$news_row->news_title}}

{{$news_row->news_title}}

{{Str::limit($news_row->news_preview, 100)}}

@elseif($news_row->news_category_id == 3) {{$news_row->news_title}}

{{$news_row->news_title}}

{{Str::limit($news_row->news_preview, 100)}}

@endif @endforeach