@if(Auth::user()->hash == $hash)
+Add More
{{ Form::open(array('class' => 'awardsDragImgForm passDragImgForm dropzone dz-clickable awardsForm' ,'id'=>'awardsForm' )) }}
Year*
{{Form::selectRange('year',1990,date('Y'),'',['class'=>'year selectpicker'])}}
Heading {{Form::text('awardsTitle','',array('class'=>'awardsTitle textFieldFormCLass boxFill','placeholder'=>"Heading"))}}
{{ Form::close() }} {{ Form::open(array('url' => 'uploadingmultipleawardimgs','class' => 'awardDragImgForm')) }}
Browseor Drag and Drop your files
{{ Form::close() }}
@endif