1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-09-28 19:27:08 +02:00
my-idlers/resources/views/components/back-btn.blade.php
cp6 e46b7b3c63 Added back & edit icon button components
Added back & edit icon button components
2022-07-20 00:19:43 +10:00

5 lines
133 B
PHP

<a href="{{$route}}" class="btn btn-success btn-sm mx-1">
<i class="fas fa-arrow-left me-1"></i>
{{$text ?? 'Go back'}}
</a>