diff --git a/resources/views/users/partials/profile.blade.php b/resources/views/users/partials/profile.blade.php index 56e4d8a..3610084 100644 --- a/resources/views/users/partials/profile.blade.php +++ b/resources/views/users/partials/profile.blade.php @@ -33,7 +33,11 @@ @endif {{ trans('user.age') }} - {!! $user->age_string !!} + + @if ($user->age) + {!! $user->age_string !!} + @endif + @if ($user->email)