@push('style') @endpush
@if (Auth::guard(activeGuard())->check())

{{ __('Hello') }}, {{ Auth::guard(activeGuard())->user()->name }}

{{ __('You can manage content of entire website and launch it in seconds.') }}

@endif