This is the line:
{!! Form::checkbox('notify_email', null, ['class' => 'icheckbox', 'style'=>'position:absolute; opacity:0', 'checked' => 'checked', 'type' => 'checkbox' ]) !!}
Why is the 'style' not appearing on the HTML?
This is what appears:
<input checked="checked" name="notify_email" type="checkbox">
Illuminate\Html\FormBuilder: