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

{{$news_row->news_category_name}} | Posted: {{date('d F Y', strtotime($news_row->news_published_date))}}

{{$news_row->news_title}}

@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"> {{$news_row->news_title}}

{{$news_row->news_category_name}} | Posted: {{date('d F Y', strtotime($news_row->news_published_date))}}

{{$news_row->news_title}}

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

{{$news_row->news_category_name}} | Posted: {{date('d F Y', strtotime($news_row->news_published_date))}}

{{$news_row->news_title}}

@endif @endforeach