@extends('layouts.main') @section('title') {{ __('App Settings') }} @endsection @section('page-title')

@yield('title')

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