@extends('layouts.core.frontend')
@section('title', trans('messages.Automations'))
@section('head')
@endsection
@section('page_header')
format_list_bulleted
{{ trans('messages.Automations') }}
@if(config('queue.default') == 'async')
{{ trans('messages.automation_not_work_with_async') }}
@endif
@endsection
@section('content')
@endsection