@extends('layouts.app') @section('title', __('user.upcoming_birthday')) @section('content')
# | {{ __('user.name') }} | {{ __('birthday.birthday') }} | {{ __('user.age') }} |
{{ $no++ }} | {{ link_to_route('users.show', $user->name, $user->user_id) }} | {{ $user->birthday->format('j M') }} ({{ __('birthday.remaining', ['count' => $user->birthday_remaining]) }}) | {{ __('birthday.age_years', ['age' => $user->age]) }} |
{{ __('birthday.no_upcoming', ['days' => 60]) }} |