message box

This commit is contained in:
medet97 2020-05-15 15:12:58 +05:00
parent ac92cf0f6a
commit 0024e623c3
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<p class="help-block">{{ $errors->first('attachment') }}e</p> <p class="help-block">{{ $errors->first('attachment') }}e</p>
@endif @endif
</div> </div>
{!! Form::submit(trans("ClientSide.reply"), array('class'=>"btn btn-success", 'style'=>'background-color: #d43d34; border: #d43d34; padding: 8px 35px;')) !!} {!! Form::submit(trans("ClientSide.reply"), null, array('class'=>"btn btn-success", 'style'=>'background-color: #d43d34; border: #d43d34; padding: 8px 35px;')) !!}
</form> </form>
</div> </div>
</div> </div>