mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
e46b7b3c63
Added back & edit icon button components
5 lines
123 B
PHP
5 lines
123 B
PHP
<a href="{{$route}}" class="btn btn-primary btn-sm mx-1">
|
|
<i class="fas fa-pen me-1"></i>
|
|
{{$text ?? 'Edit'}}
|
|
</a>
|