diff --git a/resources/views/birthdays/index.blade.php b/resources/views/birthdays/index.blade.php index 422831f..6259029 100644 --- a/resources/views/birthdays/index.blade.php +++ b/resources/views/birthdays/index.blade.php @@ -26,7 +26,7 @@ @forelse($users as $key => $user) {{ $no++ }} - {{ $user->name }} + {{ link_to_route('users.show', $user->name, $user->user_id) }} {{ $user->birthday->format('j M') }} ({{ __('birthday.remaining', ['count' => $user->birthday_remaining]) }})