<%= turbo_stream_from "customers_admin_#{current_onboard_client.id}" %>

Customers

<%= render "admin_portal/dashboard/pending_customers_count" %>

<%= link_to "➕ New Customer", new_admin_portal_customer_path, class: "btn btn-primary rounded-pill px-4 py-2 shadow-sm", style: "background: #007aff; border: none; font-weight: 500;" %>
<%= render partial: "shared/customer_row", collection: @customers, as: :customer, locals: { admin: true } %>
Name Email Type Verified? Created At Actions