@extends('layouts.main') @section('title') {{ __('app_setting') }} @endsection @section('content') {{ __('dashboard') }} {{ __('system_setting') }} {{ __('app_setting') }} {{ __('system_settings_for_app') }} {{ __('directly_reflect_changes_in_app') }} @csrf {{__('appstore_app_id')}} {{__('shareapp_text')}} {{ $setting['shareapp_text'] ? $setting['shareapp_text'] : '0' }} {{ __('android_ads') }} {{ __('in_app_ads') }} {{ __('google_admob') }} {{ __('unity_ads') }} {{ __('google_rewarded_video_id') }} {{ __('google_interstitial_id') }} {{ __('google_banner_id') }} {{ __('google_native_unit_id') }} {{ __('unity_rewarded_video_id') }} {{ __('unity_interstitial_id') }} {{ __('unity_banner_id') }} {{ __('unity_game_id') }} {{ __('ios_ads') }} {{ __('in_app_ads') }} {{ __('google_admob') }} {{ __('unity_ads') }} {{ __('google_rewarded_video_id') }} {{ __('google_interstitial_id') }} {{ __('google_banner_id') }} {{ __('google_native_unit_id') }} {{ __('unity_rewarded_video_id') }} {{ __('unity_interstitial_id') }} {{ __('unity_banner_id') }} {{ __('unity_game_id') }} {{ __('file') }} ({{ __('upload_ads_file') }}) @endsection @section('script') @endsection