{!! Form::open(['method' => 'POST','route' => ['admin.landingpage.store', $page->id],'class'=>'store-form']) !!}
{{ Form::hidden('widget_taxonomy','banner') }}
{{ Form::hidden('title','') }}
{{ Form::select('config[style]',[1=>'1 Banner',2=>'2 Banner',3=>'3 Banner',4=>'4 Banner',5=>'5 Banner'], @$data['config']['style'], ['class'=>'form-control banner_style']) }}
{{ Form::bsNumber('Chiều cao (px)','config[height]',@$data['config']['height']) }}
@include('landingpage::actions')
{!! Form::close() !!}