college-courses/resources/views/components/ui/route-link.blade.php

3 lines
117 B
PHP

<a class="text-gray-500 hover:text-gray-700 hover:underline" href="{{ $link }}" {{ $attributes }}>
{{ $slot }}
</a>