@extends('layouts.main') @section('title') {{ __('app_setting') }} @endsection @section('content')

{{ __('system_settings_for_app') }} {{ __('directly_reflect_changes_in_app') }}

@csrf

{{ __('android_ads') }}


{{ __('ios_ads') }}


@endsection @section('script') @endsection