@extends('layouts.app') @section('title', 'Canned responses') @section('content')
{{ $responses->total() }} saved reply snippet(s) for support.
| Title | Category | Preview | Status | |
|---|---|---|---|---|
| {{ $response->title }} | {{ title_case_words($response->category) }} | {{ \Illuminate\Support\Str::limit($response->body, 110) }} | {{ $response->is_active ? 'Active' : 'Disabled' }} | Edit |