{{-- Select2 Section --}}
{!! html()->label('Role *', 'role')->toHtml() !!}
{!! html()->select('role[]', User::$user_types_names)->class('form-control')->id('sel2Role')->attribute('multiple') !!}
{!! html()->label('Site *', 'site')->toHtml() !!}
{!! html()->select('site[]', $masterSites->toArray())->class('form-control select2')->id('sel2Site')->attribute('multiple') !!}
{!! html()->label('Status *', 'status')->toHtml() !!}
{!! html()->select('status[]', $masterStatus)->class('form-control select2')->id('sel2Status')->attribute('multiple') !!}