@extends('layouts.main') @section('title') {{ __('panel_setting') }} @endsection @section('content') {{ __('dashboard') }} {{ __('system_setting') }} {{ __('panel_setting') }} {{ __('system_settings_for_panel') }} @csrf {{ __('system_timezone') }} @foreach (getTimezoneOptions() as $option) {{ $option['timezone_id'] }} - sGMT{{ $option['offset'] }}-{{ $option['time'] }} @endforeach {{ __('panel_name') }} {{ __('primary_color') }} {{ __('secondary_color') }} {{ __('auto_delete_expire_news') }} {{ __('admin_panel_full_logo') }} ({{ __('size') }} 460 * 115) {{ __('admin_panel_favicon') }} ({{ __('size') }} 128 * 128) {{-- {{ __('smtp_host') }} {{ __('smtp_user') }} {{ __('smtp_password') }} {{ __('smtp_port') }} {{ __('smtp_encryption') }} tls ssl {{ __('from_name') }} --}} {{ __('submit') }} @endsection @section('script') @endsection