@extends("_admin.adminapp") @section('header') @endsection @section("content")

{{ trans('themes.themes') }} > {{ $theme['name'] }} > {{ trans('admin.Settings') }}

{!! Form::open(array('action' => 'Admin\ConfigController@setconfig', 'method' => 'POST', 'enctype' => 'multipart/form-data')) !!} @include('_admin._particles.theme_settings.'. $theme['code'], ["theme" => $theme['code'], 'config_prefix' => 'T_'.$theme['code']. '_'])
{!! Form::close() !!}
@endsection @section("footer") @endsection