@extends('layouts.app') @section('header-title', __('Firebase Notification')) @section('content')

{{ __('Firebase Notification') }}

@hasPermission('admin.firebase.update') @if ($hasConfig)

{{ __('Firebase Configuration Completed') }}

{{ __('You already have a Firebase configuration file uploaded.') }}

{{ __('Project ID') }}: {{ $projectId }}
{{ __('Download JSON File') }}
@else @endif

{{ __('Select generated Json File') }}

@csrf
{{ __('Drop file here or click to upload') }}
@error('file')

{{ $message }}

@enderror
@endhasPermission
@endsection @push('css') @endpush @push('scripts') @endpush