{{ __('Informacje o profilu') }}

{{ __('Zaktualizuj swoje dane osobowe, rolę oraz adres e-mail.') }}

@csrf
@csrf @method('patch') {{-- IMIĘ --}}
{{-- NAZWISKO --}}
{{-- ROLA W SYSTEMIE --}}
{{-- EMAIL --}}
@if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())

{{ __('Twoj adres e-mail jest niezweryfikowany.') }}

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

{{ __('Nowy link weryfikacyjny został wysłany.') }}

@endif
@endif
{{-- PRZYCISK ZAPISZ --}}
{{ __('Zapisz') }} @if (session('status') === 'profile-updated')

{{ __('Zapisano.') }}

@endif