diff --git a/resources/lang/en/user.php b/resources/lang/en/user.php index 40640c8..ae87d63 100644 --- a/resources/lang/en/user.php +++ b/resources/lang/en/user.php @@ -18,6 +18,8 @@ return [ 'nieces' => 'Nieces', 'marriages' => 'Marriages', 'birth_order' => 'Birth Order', + 'age' => 'Age', + 'age_years' => 'year|years', // Actions 'edit' => 'Edit Profile', diff --git a/resources/lang/id/user.php b/resources/lang/id/user.php index 6e5ac73..ced0d3b 100644 --- a/resources/lang/id/user.php +++ b/resources/lang/id/user.php @@ -18,6 +18,8 @@ return [ 'nieces' => 'Keponakan', 'marriages' => 'Pernikahan', 'birth_order' => 'Anak ke', + 'age' => 'Usia', + 'age_years' => 'tahun', // Actions 'edit' => 'Edit Profil', diff --git a/resources/views/users/partials/profile.blade.php b/resources/views/users/partials/profile.blade.php index bc58061..3438ab9 100644 --- a/resources/views/users/partials/profile.blade.php +++ b/resources/views/users/partials/profile.blade.php @@ -31,6 +31,10 @@