@extends('admin.layout.index') @section('title', 'Push Notifications') @push('head-scripts') @endpush @section('content')

Push Notification Management

Send global announcements and view delivery stats.

Total Sent

{{ $stats['total_sent'] }}

Android Delivery

{{ $stats['android_delivery'] }}%

iOS Delivery

{{ $stats['ios_delivery'] }}%

Delivery Stats & Logs
Title OS Scheduled Sent Delivered Status Actions
@endsection @push('custom-script') @endpush