@extends('layouts.main') @section('breadcrumb')

GLESEC Cybersecurity News

@endsection @section('content')

{{$news->title}} @if(\App\Models\GmpRoles::canSeeLink(\App\Models\GmpRoles::CRP)) @if(in_array($news->id,$crn_list)) @endif @endif

@if($news->html_text) {!!$news->html_text!!} @else

{!!$news->description!!}

@endif

Categories: {!!\App\Models\News\NewsCategoryRelation::getCategoryNames($news->id)!!}
Industries: {!!\App\Models\News\NewsIndustryRelation::getIndustryNames($news->id)!!}

@endsection @section('scripts') @endsection