You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use the 'attribues' array, which is defined in a translation file. E.g. 'email' => 'Email address'. or will I simply have to do something like Lang.get('validation.email', {attribute: Lang.get('validation.attributes.email')})?