Feuerwehr-eppingen/resources/views/inc/forms/buttonBack.blade.php

5 lines
151 B
PHP
Executable File

<div class="form-group row">
<a href="{{ URL::previous() }}" class="btn btn-warning pull-left" style="margin-right: 3px;">{{ $label }}</a>
</div>