@extends('layouts.app') @section('title', __('app.app_settings')) @section('content')
{{ __('app.general') }}
{{-- CSRF Protection --}} @csrf
{{ __('app.app_logo') }}
{{-- CSRF Protection --}} @csrf
{{ __('app.smtp_settings') }}
{{-- CSRF Protection --}} @csrf
{{ __('app.sms_settings') }}

{{-- CSRF Protection --}} @csrf
For more information

{{-- CSRF Protection --}} @csrf
For more information
{{ __('app.clear_cache') }}
{{-- CSRF Protection --}} @csrf
{{ __('app.info') }}
{{ __('app.cache_clear_message') }}
{{ __('app.app_log') }}
{{-- CSRF Protection --}} @csrf
{{ __('app.info') }}
{{ __('app.clear_log_message') }}
{{ __('app.database_backup') }}
{{-- CSRF Protection --}} @csrf
Click the download button to initiate the process of downloading the database backup file.
@endsection @section('js') @endsection