@extends('layouts.core.frontend_dark') @section('title', trans('messages.automation.create')) @section('head') @endsection @section('menu_title')
  • {{ $automation->name }}

    alarm
  • @endsection @section('page_header')

    {{ trans('messages.subscribers') }}

    @endsection @section('menu_right')
  • {{ trans('messages.automation.designer.last_saved', ['time' => $automation->updated_at->diffForHumans()]) }} arrow_back {{ trans('messages.automation.go_back') }}
    horizontal_split {{ trans('messages.automation.switch_automation') }}
  • @include('layouts.core._menu_frontend_user') @endsection @section('content')
    @include('helpers.select_tool', [ 'disable_all_items' => false ])
    {{ trans('messages.sort_by') }}
    search
    @include('layouts.core._footer')
    @endsection