message box

This commit is contained in:
medet97 2020-05-15 15:07:11 +05:00
parent b8e357c131
commit 43749abbfb
1 changed files with 1 additions and 1 deletions

View File

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