@extends("admin.admin_app") @section("content")
{{ html()->form('POST', url('/admin/general_settings')) ->attributes(['class' => 'form-horizontal', 'id' => 'settings_form', 'name' => 'settings_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
({{trans('words.recommended_resolution')}} : 150x150)
@if(isset($settings->site_logo))
video image
@endif
({{trans('words.recommended_resolution')}} : 16x16, 32X32)
@if(isset($settings->site_favicon))
video image
@endif
({{trans('words.recommended_resolution')}} : 190x50)
@if(isset($settings->admin_logo))
video image
@endif

Contact Us

(Leave empty if don't want to display on front-end footer area.)


{{trans('words.social_links')}}



{{trans('words.gdpr_cookie_consent')}}


Envato Buyer Details

{{ html()->form()->close() }}
@include("admin.copyright")
@endsection