{!! Form::number('paginate', Arr::get($attributes, 'paginate', 12), [ 'class' => 'form-control', 'placeholder' => trans('plugins/blog::base.number_posts_per_page'), ]) !!}
{{ Form::helper(__('Leave categories empty if you want to show posts from all categories.')) }}