@php
$tabs = [
'webSetting' => ['icon' => 'globe', 'text' => trans('admin.setting.system.web')],
'account' => ['icon' => 'user-gear', 'text' => trans('admin.setting.system.account')],
'node' => ['icon' => 'sitemap', 'text' => trans('admin.setting.system.node')],
'security' => ['icon' => 'shield-alt', 'text' => trans('admin.setting.system.security')],
'payment' => ['icon' => 'credit-card', 'text' => trans('admin.setting.system.payment')],
'notify' => ['icon' => 'bell', 'text' => trans('admin.setting.system.notify')],
'automation' => ['icon' => 'robot', 'text' => trans('admin.setting.system.auto_job')],
];
@endphp
{!! trans('admin.system.hint.website_security_code', ['url' => route('login') . '?securityCode=']) !!}
@foreach ($paymentForms as $code => $forms)
@foreach ($forms['settings'] as $key => $details)
@endforeach
@endforeach
@if ($errors->any())
@endif
@if (Session::has('successMsg'))
@endif
@foreach ($notifyForms as $code => $config)
@endforeach
-
@foreach ($tabs as $id => $tab)
- {{ $tab['text'] }} @endforeach
-
{{ trans('admin.setting.system.menu') }}
@foreach ($tabs as $id => $tab) {{ $tab['text'] }} @endforeach
@if ($errors->any())
@endif
@if (Session::has('successMsg'))
@endif
{!! $forms['button'] ?? (trans("admin.system.payment.hint.$code") !== "admin.system.payment.hint.$code" ? trans("admin.system.payment.hint.$code") : '') !!}
{!! trans('admin.system.payment.hint.manual') !!}
- {{ trans('admin.system.payment.attribute') }} @foreach ($paymentTabs as $tab)
- {{ trans("admin.system.payment.channel.$tab") }} @endforeach
-
{{ trans('admin.setting.system.menu') }}
{{ trans('admin.system.payment.attribute') }} @foreach ($paymentTabs as $tab) {{ trans("admin.system.payment.channel.$tab") }} @endforeach