@extends('layouts.main') @section('title') {{ __('App Settings') }} @endsection @section('page-main-title') {{ __('App Settings') }} @endsection @section('content') {{ csrf_field() }} {{-- More Setting Section --}} {{ __('More Settings') }} {{-- IOS Version --}} {{ __('IOS Version') }} {{-- Android Version --}} {{ __('Android Version') }} {{-- Force Update --}} {{ __('Force Update') }} {{-- Maintenance Mode --}} {{ __('Maintenance Mode') }} {{-- Light Mode Colors --}} {{ __('Light Mode Colors') }} {{-- Tertiary Light--}} {{ __('Tertiary') }} {{-- Secondary Light--}} {{ __('Secondary') }} {{-- Primary Light--}} {{ __('Primary') }} {{-- Dark Mode Colors --}} {{ __('Dark Mode Colors') }} {{-- Tertiary Dark --}} {{ __('Tertiary') }} {{-- Secondary Dark --}} {{ __('Secondary') }} {{-- Primary Dark --}} {{ __('Primary') }} {{-- Images Section --}} {{ __('Images') }} {{-- Home Screen Logo --}} {{ __('Home Screen Logo') }} + {{-- Placeholder Image --}} {{ __('Placeholder Image') }} + ({{ __('Only JPG, JPEG and PNG files are allowed') }}) {{-- Ads Section --}} {{ __('Show Ad Mob Ads') }} {{-- Banner Ads --}} {{ __('Banner Ad') }} {{-- Banner Android Ads --}} {{ __('Android') }} {{-- Banner IOS Ads --}} {{ __('IOS') }} {{-- Interstitial Ads --}} {{ __('Interstitial Ad') }} {{-- Interstitial Android Ads --}} {{ __('Android') }} {{-- Interstitial IOS Ads --}} {{ __('IOS') }} {{-- Native Ads --}} {{ __('Native Ad') }} {{-- Native Android Ads --}} {{ __('Android') }} {{-- Native IOS Ads --}} {{ __('IOS') }} {{ __('Save') }} @endsection @section('script') a @endsection