-
-
Save esmeromichael/c28f2eed9fb2e78c1e5dc49f5e524e35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="col-sm-4" style="width: 38.5%;margin-top:-20px;margin-bottom:10px;"> | |
<div class="btn-group" style="float:right;"> | |
<label id="text" style="">{{$glpost->attachment_no}}</label> | |
<button type="button" id="prev" class="prev btn btn-default" style = "width: 50px;height:25px;margin-right:1px;text-align: center;" onclick="getNext">PREV</button> | |
<button type="button" id="next" class="next btn btn-default" style = "width: 50px;height:25px;margin-left:1px;text-align: center;" onclick="getNext">NEXT</button> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment