{!! Form::numeric('category_id')
-> label(trans('kitchen_blog::kitchen.label.category_id'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.category_id'))!!}
{!! Form::text('title')
-> label(trans('kitchen_blog::kitchen.label.title'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.title'))!!}
{!! Form::text('caption')
-> label(trans('kitchen_blog::kitchen.label.caption'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.caption'))!!}
{!! Form::textarea('description')
-> label(trans('kitchen_blog::kitchen.label.description'))
-> dataUpload(trans_url($kitchen->getUploadURL('description')))
-> addClass('html-editor')
-> placeholder(trans('kitchen_blog::kitchen.placeholder.description'))!!}
{!! Form::text('images')
-> label(trans('kitchen_blog::kitchen.label.images'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.images'))!!}
{!! Form::text('tags')
-> label(trans('kitchen_blog::kitchen.label.tags'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.tags'))!!}
{!! Form::numeric('viewcount')
-> label(trans('kitchen_blog::kitchen.label.viewcount'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.viewcount'))!!}
{!! Form::text('meta_title')
-> label(trans('kitchen_blog::kitchen.label.meta_title'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.meta_title'))!!}
{!! Form::text('meta_description')
-> label(trans('kitchen_blog::kitchen.label.meta_description'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.meta_description'))!!}
{!! Form::text('meta_keyword')
-> label(trans('kitchen_blog::kitchen.label.meta_keyword'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.meta_keyword'))!!}
{!! Form::inline_radios('published')
-> radios(trans('kitchen_blog::kitchen.options.published'))
-> label(trans('kitchen_blog::kitchen.label.published'))!!}
{!! Form::package::package.formcontrols.KEY('PRIMARY')
-> label(trans('kitchen_blog::kitchen.label.PRIMARY'))
-> placeholder(trans('kitchen_blog::kitchen.placeholder.PRIMARY'))!!}