{{ __('Настройки') }}

{{ __('Управление на вашия профил и настройки') }}


@if (auth()->user() instanceof \Illuminate\Contracts\Auth\MustVerifyEmail &&! auth()->user()->hasVerifiedEmail())

{{ __('Your email address is unverified.') }} {{ __('Click here to re-send the verification email.') }}

@if (session('status') === 'verification-link-sent')

{{ __('A new verification link has been sent to your email address.') }}

@endif
@endif
Запази
{{ __('Saved.') }}