@if (null !== Session::get('orig_customer_id') && Auth::user()->customer) {{ trans('messages.customer.admin_area') }} @endif
{{ trans('messages.notify.clear_all') }}
@if (null !== Session::get('orig_admin_id') && Auth::user()->admin)

{!! trans('messages.current_login_as', ["name" => Auth::user()->admin->displayName()]) !!}

{!! trans('messages.click_to_return_to_origin_user', ["link" => action("Admin\AdminController@loginBack")]) !!}
@endif @if (Acelle\Model\Setting::get("site_online") == 'false')

{!! trans('messages.site_is_offline') !!}

@endif @if (\Acelle\Library\Tool::currentView() == 'frontend') @if ( is_object(\Auth::user()->customer) && \Auth::user()->customer->getOption("sending_server_option") == \Acelle\Model\Plan::SENDING_SERVER_OPTION_OWN && !\Auth::user()->customer->activeSendingServers()->count())

{!! trans('messages.not_have_any_customer_sending_server', [ 'link' => action('SendingServerController@select'), ]) !!}

@endif @if (is_object(\Auth::user()->customer) && !is_object(\Auth::user()->customer->subscription))

{!! trans('messages.not_have_any_plan_notification', [ 'link' => action('AccountSubscriptionController@index'), ]) !!}

@endif @endif @if (\Acelle\Library\Tool::currentView() == 'backend') @if ( !\Acelle\Model\SendingServer::getAllAdminActive()->count() )

{!! trans('messages.not_have_any_admin_sending_server', [ 'link' => action('Admin\SendingServerController@select'), ]) !!}

@endif @endif @include('layouts._license_notify')