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

@yield('title')

@endsection @section('content')
{{ csrf_field() }}
{{ __('More Settings') }}
{{ __('Light Mode Colors') }}
{{ __('Dark Mode Colors') }}
{{ __('Images') }}

  (Only svg files are allowed)
{{ __('Banner Ad') }}
{{ __('Interstitial Ad') }}
@endsection @section('script') a @endsection