@extends('core/base::layouts.master') @section('content')
{!! Form::open(['route' => ['settings.edit']]) !!}

{{ trans('core/setting::setting.general.general_block') }}

{{ trans('core/setting::setting.general.description') }}

{{ trans('core/setting::setting.general.admin_appearance_title') }}

{{ trans('core/setting::setting.general.admin_appearance_description') }}

{!! Form::mediaImage('admin_logo', setting('admin_logo'), ['allow_thumb' => false]) !!}
{!! Form::mediaImage('admin_favicon', setting('admin_favicon'), ['allow_thumb' => false]) !!}

{{ trans('core/setting::setting.general.cache_block') }}

{{ trans('core/setting::setting.general.cache_description') }}

{!! apply_filters(BASE_FILTER_AFTER_SETTING_CONTENT, null) !!}
 
{!! Form::close() !!} @endsection