@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
@csrf
{{ __('Firebase') }}
{{ __('Upload the Firebase Admin SDK JSON file from your Firebase project.') }} @if ($errors->has('firebase_admin_json'))

{{ $errors->first('firebase_admin_json') }}

@endif @if ($data && $data->firebase_admin_json)
{{ __('You have a file, and you can change it by re-uploading it.') }} @endif
@csrf
{{ __('Google Map') }}
{{ __('When plugins have Google Map credentials, they can be used.') }} {{ __('Go Here') }}
@if ($errors->has('app_google_map_status'))

{{ $errors->first('app_google_map_status') }}

@endif
@endsection