@extends('layouts.customer') @section('title', 'Auto Responders') @section('page-title', 'Auto Responders') @section('content')
| Name | Trigger | Status | Sent | Actions |
|---|---|---|---|---|
|
{{ $autoResponder->name }}
{{ $autoResponder->subject }}
|
{{ ucfirst($autoResponder->trigger) }} | {{ ucfirst($autoResponder->status) }} | {{ number_format($autoResponder->sent_count ?? 0) }} |
|
| No auto responders found. Create your first auto responder | ||||