MIF_E31210287/resources/views/components/back-to-home.blade.php

8 lines
456 B
PHP

<a href="{{route('home')}}"
class="btn btn-gray-800 d-inline-flex align-items-center justify-content-center mb-4">
<svg class="icon icon-xs me-2" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M7.707 14.707a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l2.293 2.293a1 1 0 010 1.414z"
clip-rule="evenodd"></path>
</svg>Kembali ke Dashboard
</a>