@include('kitchen_blog::kitchen_comment.partial.header')
@include('kitchen_blog::kitchen_comment.partial.aside')
{{$kitchen_comment->title}}

{!! $kitchen_comment['id'] !!}

{!! $kitchen_comment['comment'] !!}

{!! $kitchen_comment['author'] !!}

{!! $kitchen_comment['email'] !!}

{!! $kitchen_comment['mobile'] !!}

{!! $kitchen_comment['slug'] !!}

{!! $kitchen_comment['published'] !!}

{!! $kitchen_comment['user_id'] !!}

{!! $kitchen_comment['user_type'] !!}

{!! $kitchen_comment['kitchen_id'] !!}

{!! $kitchen_comment['deleted_at'] !!}

{!! $kitchen_comment['created_at'] !!}

{!! $kitchen_comment['updated_at'] !!}

{!! $kitchen_comment['PRIMARY'] !!}
{!! Form::textarea('comment') -> label(trans('kitchen_blog::kitchen_comment.label.comment')) -> dataUpload(trans_url($kitchen_comment->getUploadURL('comment'))) -> addClass('html-editor') -> placeholder(trans('kitchen_blog::kitchen_comment.placeholder.comment'))!!}
{!! Form::text('author') -> label(trans('kitchen_blog::kitchen_comment.label.author')) -> placeholder(trans('kitchen_blog::kitchen_comment.placeholder.author'))!!}
{!! Form::text('email') -> label(trans('kitchen_blog::kitchen_comment.label.email')) -> placeholder(trans('kitchen_blog::kitchen_comment.placeholder.email'))!!}
{!! Form::numeric('mobile') -> label(trans('kitchen_blog::kitchen_comment.label.mobile')) -> placeholder(trans('kitchen_blog::kitchen_comment.placeholder.mobile'))!!}
{!! Form::inline_radios('published') -> radios(trans('kitchen_blog::kitchen_comment.options.published')) -> label(trans('kitchen_blog::kitchen_comment.label.published'))!!}
{!! Form::numeric('kitchen_id') -> label(trans('kitchen_blog::kitchen_comment.label.kitchen_id')) -> placeholder(trans('kitchen_blog::kitchen_comment.placeholder.kitchen_id'))!!}
{!! Form::package::package.formcontrols.KEY('PRIMARY') -> label(trans('kitchen_blog::kitchen_comment.label.PRIMARY')) -> placeholder(trans('kitchen_blog::kitchen_comment.placeholder.PRIMARY'))!!}