snipe-it/resources/views/partials/forms/edit/submit-button.blade.php
snipe 7e41c74cc3 Updated more fa icons
Signed-off-by: snipe <snipe@snipe.net>
2021-09-26 01:11:08 -07:00

6 lines
145 B
PHP

<button type="submit" class="btn btn-primary pull-right">
<i class="fas fa-check icon-white"></i>
{{ trans('general.save') }}
</button>