@extends('layouts.app') @section('title', 'SOS Emergency') @section('content')
Emergency Network

SOS Emergency

Request help or respond to emergencies in seconds

Need Help? Send SOS

Tap the button below. Your location will be shared with nearby verified members instantly.

@csrf

Rate limit: 3 per hour

Urgent

Active SOS Requests

Someone needs your help right now

@forelse($sosRequests as $sos)
{{ $sos->user->blood_group ?? 'Blood' }}
{{ $sos->user->name }}

{{ $sos->user->city ?? 'Location' }}

{{ $sos->created_at->diffForHumans() }}
Active
@empty

All Clear

No active SOS requests

@endforelse {{ $sosRequests->links() }}
@push('styles') @endpush @push('scripts') @endpush @endsection