{!! $checklist['id'] !!}
{!! $checklist['name'] !!}
{!! $checklist['type'] !!}
{!! $checklist['slug'] !!}
{!! $checklist['user_id'] !!}
{!! $checklist['user_type'] !!}
{!! $checklist['updated_at'] !!}
{!! $checklist['created_at'] !!}
{!! $checklist['deleted_at'] !!}
{!! Form::text('name')
-> label(trans('checklist::checklist.label.name'))
-> placeholder(trans('checklist::checklist.placeholder.name'))!!}
{!! Form::select('type')
-> options(trans('checklist::checklist.options.type'))
-> label(trans('checklist::checklist.label.type'))
-> placeholder(trans('checklist::checklist.placeholder.type'))!!}