{!! Form::select('quick_menu', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('public_registration', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('front_desk', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('student_staff', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('account', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('inventory', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('library', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('attendance', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('exam', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('certificate', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('hostel', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('transport', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('assignment', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('upload_download', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('meeting', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('alert', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('academic', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}
{!! Form::select('help', ['1'=>'Active','0'=>'In Active'], null, ['class' => 'form-control border-form']) !!}