@extends("admin.admin_app") @section("content")
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
{!! 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

OMDb API


If you don't know click here
LOCAL: Web related libraries call from server
CDN: CDN for web related libraries to speed up your websites!

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



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


Envato Buyer Details

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