@include('layouts.core._favicon') @include('layouts._head') @include('layouts._css') @include('layouts._js') @if (Auth::user()->customer->getLanguageCodeFull()) @endif
@if (getThemeMode(Auth::user()->customer->theme_mode, request()->session()->get('customer-auto-theme-mode')) == 'light' && Auth::user()->customer->getColorScheme() == 'white' )
@else
@endif
{{ $automation->name }}
alarm
{{--
{{ trans('messages.automation.designer.last_saved', ['time' => $automation->updated_at->diffForHumans()]) }}
--}}
arrow_back
{{ trans('messages.automation.go_back') }}
@foreach($automation->getSwitchAutomations(Auth::user()->customer)->get() as $auto)
uid) }}'>{{ $auto->name }}
@endforeach
horizontal_split
{{ trans('messages.automation.switch_automation') }}
{{ Auth::user()->customer->displayName() }}
@can("admin_access", Auth::user())
double_arrow
{{ trans('messages.admin_view') }}
@endif
multiline_chart
{{ trans('messages.used_quota') }}
redeem
{{ trans('messages.subscriptions') }}
account_circle
{{ trans('messages.account') }}
@if (Auth::user()->customer->canUseApi())
code
{{ trans('messages.campaign_api') }}
@endif
power_settings_new
{{ trans('messages.logout') }}
@yield('page_header')
@include('common.errors') @yield('content')
@include("layouts._modals") {!! \Acelle\Model\Setting::get('custom_script') !!}