@extends('layouts.core.frontend', [ 'menu' => 'subscriber', ]) @section('title', $list->name . ": " . trans('messages.create_subscriber')) @section('head') @endsection @section('page_header') @include("lists._header") @endsection @section('content') @include("lists._menu", [ 'menu' => 'subscriber', ]) @include("subscribers._header")
@include("subscribers._menu", [ 'menu' => 'timeline', ]) @if(isSiteDemo())

{{ trans('messages.automation.contact.activity_feed') }}

forward_to_inbox
User Ardella Goldrup receives email entitled "Follow up Email" schedule Jan 07th, 2020 09:36
forward_to_inbox
User Ardella Goldrup receives email entitled "Welcome to our list" schedule Jan 07th, 2020 09:36
Wait for 24 hours before proceeding with the next event for user Ardella Goldrup schedule Jan 07th, 2020 09:36
call_split
User Ardella Goldrup reads email entitled "Welcome email" schedule Jan 07th, 2020 09:36
merge
User Ardella Goldrup subscribes to mail list, automation triggered! schedule Jan 07th, 2020 09:36
@else

{{ trans('messages.subscriber.activities') }}

{{ trans('messages.timeline.type') }} search
@endif
@endsection