@extends('admin.layouts.app') @section('title', 'Notification Settings') @section('content')

Notification Settings

@if(session('success'))
{{ session('success') }}
@endif
@csrf

FCM Configuration (Firebase)

Enable Push Notifications

To use the modern Firebase HTTP v1 API (Recommended), provide the Project ID and the Service Account JSON. Legacy Server Key is also supported for older versions.

Email Configuration

@endsection