@if(session()->has('impersonating'))

{{ __('You are currently impersonating') }}: {{ auth()->user()->name }}

{{ __('Leave') }}
@endif