GLESEC CYBERSECURITY NEWS

@foreach(\App\Tickler::orderBy('id','desc')->limit(20)->where('status',1)->get() as $tickler)

{{ $tickler->title }}

{{ strip_tags($tickler->description) }}

{{date('m/d/Y H:i',strtotime($tickler->date_to))}}
@endforeach