@extends('backend.layout.master') @section('title', __('Push Notification Settings')) @section('style') @endsection @section('content')

{{ __('Push Notification Settings For Mobile App') }}

@if($firebaseFileExists)
{{ __('Firebase JSON file is already uploaded.') }}
@else
{{ __('No Firebase JSON file uploaded yet. Please upload a new one.') }}
@endif
@csrf
@endsection