@extends('layouts.app') @section('title') Notification Preferences @endsection @section('content')
Dashboard → Settings → Notifications

Notification Preferences

{{-- Sidebar --}}
@include('partials.settings-sidebar')
{{-- Main Content --}}
@csrf
🔔 Web Notifications
@foreach ([ 'web_search_alerts' => 'Search Alerts', 'web_brand_alerts' => 'Brand Alerts', 'web_state_alerts' => 'Location Alerts', ] as $key => $label) @endforeach
📧 Email Notifications
@foreach ([ 'email_search_alerts' => 'Search Alerts', 'email_brand_alerts' => 'Brand Alerts', 'email_state_alerts' => 'Location Alerts', ] as $key => $label) @endforeach
@endsection