@if(!empty($fcmServiceAccountPath))
@endif
{{ trans('packages/api::api.fcm_service_account_upload_description') }}
@if(!empty($fcmServiceAccountPath))
{{ trans('packages/api::api.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
{!! trans('packages/api::api.service_account_not_uploaded') !!}
@endif
{{ trans('packages/api::api.uploading_file') }}...