Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <div class="">
  2.                                 <label>
  3.                                     <input type="hidden" name="is_active" value="0">
  4.                                     {!! Form::checkbox('is_active', '1', null, ['class'=>'js-switch']) !!} {{ trans('dashboard.is_active') }}
  5.                                 </label>
  6.                             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement