@extends('layouts.app') @section('content')

Emergency Activation Core

Pressing the button below instantly notifies regional dispatch units and security agencies with your real-time telemetry data.

Recent Security Broadcast Updates
@forelse($news as $item)
{{ $item->title }}
{{ $item->severity }}

{{ $item->content }}

@empty

No alerts or security broadcast updates reported today.

@endforelse
@endsection