@extends('layouts.main') @section('title') {{ __('firebase_configuration') }} @endsection @section('content') {{ __('dashboard') }} {{ __('system_setting') }} {{ __('firebase_configuration') }} {{ __('firebase_configuration') }} @csrf {{ __('current_file_status') }} : @if ($is_file) {{ __('file_exists') }} @else {{ __('file_not_exists') }} @endif {{ __('json_file') }} {{ __('submit') }} {{__('open')}} https://console.firebase.google.com/project/_/settings/serviceaccounts/adminsdk {{__('and_select_project')}} {{__('click_generate_new_private_key')}}. @endsection