@if($errors->count()) @endif
Contents
{!! Form::label('photo_url', ' ') !!} {!! Form::hidden('photo_url', null,['id' => 'upload_img','class'=>'form-control']) !!}
{!! Form::label('link', 'Link Url') !!} {!! Form::text('link',null,['class'=>'form-control']) !!}
{!! Form::label('active', 'Status') !!} {!! Form::select('active',array('1' => 'Publish Now','0'=>'Not Published Now'),null,['class'=>'form-control']) !!}
{!! Form::submit($submitButton, ['class'=>'btn btn-primary form-control']) !!}