@extends("admin.admin_app") @section("content")
{!! Form::open(array('url' => array('admin/general_settings'),'class'=>'form-horizontal','name'=>'settings_form','id'=>'settings_form','role'=>'form','enctype' => 'multipart/form-data')) !!}
({{trans('words.recommended_resolution')}} : 180x50)
@if(isset($settings->site_logo))
video image
@endif
({{trans('words.recommended_resolution')}} : 16x16, 32X32)
@if(isset($settings->site_favicon))
video image
@endif

TMDB API



{{trans('words.footer_icon')}} Leave empty if you don't want to display the social icon.



{{trans('words.apps_text')}} Leave empty if you don't want to display the app download button.


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


Envato Buyer Details

{!! Form::close() !!}
@include("admin.copyright")
@endsection