@if(!auth()->check())
@if(get_static_option('disable_guest_mode_for_event_module'))
@endif
@if(!auth()->check())
@else
{{__('Your Are Logged In As')}} {{auth()->user()->name}}
@endif
@if(!auth()->check())
@endif
@endif
@if(env('APP_ENV') == 'development' )
You can build this form using admin panel Drag & Drop Form Builder
@endif