@extends('user.layouts.app', ['title' => 'Push Notify Setting']) @push('head') @endpush @section('content')
Tools / Push Notify Setting

Push Notify Setting

Control every push event from one place with fast ON/OFF toggles for wallet, escrow, payout, voucher, ticket, KYC, and card notifications.

Total Events
{{ $notifications->count() }}
Enabled
{{ $enabledCount }}
Disabled
{{ $disabledCount }}
Notification Toggles
Review each event and switch ON or OFF as needed
@foreach ($notifications as $index => $notification)
{{ $notification['label'] }}
Push event {{ $index + 1 }}
{{ $notification['enabled'] ? 'ON' : 'OFF' }}
@endforeach
@endsection @push('scripts') @endpush