{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => ['themes.update', $theme->id], 'method' => 'PUT', 'enctype' => 'multipart/form-data']) }}
@lang('style.Edit Color Theme')
@if ($errors->has('background_type'))
{{ $errors->first('background_type') }}
@endif
@foreach ($theme->colors as $color)
@endforeach
box_shadow) ? 'checked' : '' }}>
@if ($errors->has('box_shadow'))
{{ @$errors->first('box_shadow') }}
@endif
{{ Form::close() }}