{!! $tutorialcategory['id'] !!}
{!! $tutorialcategory['name'] !!}
{!! $tutorialcategory['slug'] !!}
{!! $tutorialcategory['status'] !!}
{!! $tutorialcategory['user_id'] !!}
{!! $tutorialcategory['user_type'] !!}
{!! $tutorialcategory['deleted_at'] !!}
{!! $tutorialcategory['created_at'] !!}
{!! $tutorialcategory['updated_at'] !!}
{!! Form::text('name')
-> label(trans('tutorial::tutorialcategory.label.name'))
-> placeholder(trans('tutorial::tutorialcategory.placeholder.name'))!!}