2018-10-04 20:24:53 -07:00
|
|
|
<!-- partials/forms/edit/submit.blade.php -->
|
|
|
|
|
2023-02-15 17:13:40 -08:00
|
|
|
<div class="box-footer text-right" style="padding-bottom: 0px;">
|
|
|
|
<a class="btn btn-link pull-left" href="{{ URL::previous() }}">{{ trans('button.cancel') }}</a>
|
2022-10-11 12:00:15 -07:00
|
|
|
<button type="submit" accesskey="s" class="btn btn-primary"><i class="fas fa-check icon-white" aria-hidden="true"></i> {{ trans('general.save') }}</button>
|
2018-02-16 21:17:41 -08:00
|
|
|
</div>
|
2018-10-04 20:24:53 -07:00
|
|
|
<!-- / partials/forms/edit/submit.blade.php -->
|