@extends('components.dashboard.layout.layout') @section('content') @include('components.alert')
Review all saved reasons and how many calls are linked to each reason.
| ID | Reason | Calls Count | Actions |
|---|---|---|---|
| #{{ $reason->id }} |
{{ $reason->reason ?: '—' }} CRM reason record |
{{ $reason->calls_count ?? 0 }} | |
|
No reasons found
There are no CRM reasons available yet.
@can('crm_reasons-create')
@endcan
|
|||