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

{!! $student['name'] !!}

{!! $student['mark'] !!}

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

{!! $student['6)'] !!}

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

{!! $student['deleted_at'] !!}
{!! Form::text('name') -> label(trans('exam::student.label.name')) -> placeholder(trans('exam::student.placeholder.name'))!!}
{!! Form::text('mark') -> label(trans('exam::student.label.mark')) -> placeholder(trans('exam::student.placeholder.mark'))!!}
{!! Form::package::package.formcontrols.ON('6)') -> label(trans('exam::student.label.6)')) -> placeholder(trans('exam::student.placeholder.6)'))!!}