message box

This commit is contained in:
medet97 2020-05-15 15:55:36 +05:00
parent 7bc4e34746
commit 5e1b96f1e0
1 changed files with 1 additions and 1 deletions

View File

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