@extends('front.layout.app') @section('beforeHeadClose') @endsection @section('content') @php echo cms_edit_page("module/news");@endphp

News & Alerts

@if (count($newsCollection) > 0)
@foreach ($newsCollection as $news) @php $newsImage = !empty($news->image) && file_exists(storage_uploads('news/' . $news->image)) ? asset_uploads('news/' . $news->image) : asset_uploads('back/images/no_image.jpg'); $isFeatured = $news->is_featured ? 'Featured' : ''; $hasLink = !empty($news->registration_link) || !empty($news->news_link); @endphp
@endforeach
@if($newsCollection->hasPages()) @endif @else

No news available at this time.

@endif
@endsection @section('beforeBodyClose') @endsection