@if(empty(auth()->user()->pin))
{{ __('frontend.enter_your_new_pin') }}
@endif
@if(!empty(auth()->user()->pin))
@if(getCurrentProfileSession('is_child_profile') != 0)
{{ __('frontend.change_pins') }}
@endif
{{ __('frontend.pin_change_notice') }}
@endif