@extends('adminlte::page') @section('title', 'General Settings') @section('content_header')

General Settings

Dashboard / System Settings / General Settings

@stop @section('content') @include('notifications')
{{ csrf_field() }}

General Information

Dashboard Logo & Favicon

{{-- Media Input --}} @include('backend.components.media-input', ['label' => 'Dashboard Light Logo', 'value' => 'dashboard_light_logo', 'image' => getSetting('dashboard_light_logo')]) {{-- Media Input --}}
{{-- Media Input --}} @include('backend.components.media-input', ['label' => 'Dashboard Dark Logo', 'value' => 'dashboard_dark_logo', 'image' => getSetting('dashboard_dark_logo')]) {{-- Media Input --}}

Custom Scripts

Google Analytics

Google Recaptcha V3

Cookie Consent

Maintenance Mode

@stop @section('plugins.jQuery-UI', true) @section('plugins.Select2', true) @section('plugins.Summernote', true) @section('plugins.BootstrapSwitch', true) @section('adminlte_js') @stop