@if(!empty($fcmServiceAccountPath))
@endif
{{ trans('packages/api::api.fcm_service_account_upload_description') }}
@if(!empty($fcmServiceAccountPath))
Service account file: {{ basename($fcmServiceAccountPath) }}
({{ trans('packages/api::api.uploaded_at') }}: {{ file_exists(storage_path('app/' . $fcmServiceAccountPath)) ? date('Y-m-d H:i:s', filemtime(storage_path('app/' . $fcmServiceAccountPath))) : 'Unknown' }})
@else
Service account file is not uploaded. {{ trans('packages/api::api.upload_json_file') }}
@endif
{{ trans('packages/api::api.uploading_file') }}...