@extends('widget::widget_layout') @section('widget_content')
{{ Form::bsSelect('Chọn kiểu hiển thị','config[style]',[0 => "Slide", 1 => "Danh sách"],@$data['config']['style'], [], []) }}
{{ Form::bsNumber('Thời gian chuyển hiệu ứng','config[animate_time]',@$data['config']['animate_time']) }}
@overwrite