{!! Form::open(['method' => 'POST','route' => ['admin.landingpage.store', $page->id],'class'=>'store-form']) !!}
{{ Form::hidden('widget_taxonomy','text_background') }}
{{ Form::bsText('Tiêu đề','title',@$data['description']['title']) }}
{{ Form::bsTextArea('Nội dung','content',@$data['description']['content'],['bs-type'=>'ckeditor-widget','id'=>'wg_cke_'.@$data['id']]) }}
@include('landingpage::actions')
{!! Form::close() !!}