forge/resources/views/components/global-search-result-user.blade.php
Refringe 09e9e15c5e
Global Search User Profile Link
Links up the users in the global search to the user's profile page.
2024-09-17 14:52:09 -04:00

5 lines
148 B
PHP

@dump($result)
<a href="/user/{{ $result['id'] }}/{{ Str::slug($result['name']) }}" class="{{ $linkClass }}">
<p>{{ $result['name'] }}</p>
</a>