{!! Form::select('subject_id')
-> options(trans('chapter::chapter.options.subject_id'))
-> label(trans('chapter::chapter.label.subject_id'))
-> placeholder(trans('chapter::chapter.placeholder.subject_id'))!!}
{!! Form::text('name')
-> label(trans('chapter::chapter.label.name'))
-> placeholder(trans('chapter::chapter.placeholder.name'))!!}
{!! Form::textarea ('details')
-> label(trans('chapter::chapter.label.details'))
-> placeholder(trans('chapter::chapter.placeholder.details'))!!}