@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' }} {{ __('video_type_preference') }} {{ __('normal_style') }} {{ __('page_style') }} {{ __('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') }} {{-- force update starts here --}} {{ __('force_update') }} {{ __('force_update') }} {{ __('android_app_version') }} {{__('format_version')}} {{ __('ios_app_version') }} {{__('format_version')}} {{-- force update ends here --}} {{ __('file') }} ({{ __('upload_ads_file') }}) @endsection @section('script') @endsection