@extends('admin.layouts.form') @section('title', admin_trans('General')) @section('section', admin_trans('Settings')) @section('content')
@csrf
{{ admin_trans('General Information') }}
{{ admin_trans('SEO Configuration') }}
{{ admin_trans('Tickets') }}
{{ admin_trans('MB') }}
{{ admin_trans('Colors') }}
@foreach ($settings->colors as $key => $value)
@endforeach
{{ admin_trans('Actions') }}
actions->email_verification_status ? 'checked' : '' }}>
actions->registration_status ? 'checked' : '' }}>
actions->home_page_status ? 'checked' : '' }}>
actions->knowledgebase_status ? 'checked' : '' }}>
actions->force_ssl_status ? 'checked' : '' }}>
actions->gdpr_cookie_status ? 'checked' : '' }}>
{{ admin_trans('Logo & Favicon') }}
{{ admin_trans('Supported (PNG, JPG, JPEG, SVG)') }}
{{ admin_trans('Supported (PNG, JPG, JPEG, SVG)') }}
{{ admin_trans('Supported (PNG, JPG, JPEG, ICO)') }}
{{ admin_trans('Social Image') }} {{ admin_trans('(og:image)') }}
{{ admin_trans('Supported (JPEG, JPG) Size') }} 600x315px.
{{ admin_trans('Header pattern') }}
{{ admin_trans('Supported (SVG)') }}
@push('styles_libs') @endpush @push('scripts_libs') @endpush @push('scripts') @endpush @endsection