@extends('backend.layouts.form') @section('section', admin_trans('Settings')) @section('title', admin_trans('General Information')) @section('content')
@csrf
{{ admin_trans('General') }}
{{ admin_trans('Currency') }}
{{ admin_trans('Actions') }}
actions->registration_status ? 'checked' : '' }}>
actions->email_verification_status ? 'checked' : '' }}>
actions->disposable_emails_status ? 'checked' : '' }}>
actions->force_ssl_status ? 'checked' : '' }}>
actions->gdpr_cookie_status ? 'checked' : '' }}>
actions->language_type ? 'checked' : '' }}>
actions->language_menu ? 'checked' : '' }}>
actions->blog_status ? 'checked' : '' }}>
actions->contact_page ? 'checked' : '' }}>
actions->payout_rates_page ? 'checked' : '' }}>
actions->payment_proof_page ? 'checked' : '' }}>
@push('styles_libs') @endpush @push('scripts_libs') @endpush @push('scripts') @endpush @endsection