{!! Form::open([
'url' => action('App\Http\Controllers\subadmin\StudentController@signupdate', [$student->id]),
'method' => 'post',
'files' => true,
'id' => 'company_add_form',
'enctype' => 'multipart/form-data',
]) !!}
{!! Form::hidden('userid',$student->userid)!!}
{!! Form::label('signtype','sign Type *', ['class' => 'form-label']) !!}
{!! Form::select('signtype',['sign'=>'sign 1','sign1'=>'sign 2','sign2'=>'sign 3','sign3'=>'sign 4'],null, ['class' => 'form-control','placeholder' => 'select Type ?', 'required']); !!}
{!! Form::label('csign','Sign *', ['class' => 'form-label']) !!}