@extends('layouts.app') @section('header')
| @trans('crm.Name') | @trans('crm.Condition') | @trans('crm.Score') |
|---|---|---|
| {{ $rule->name }} | {{ $rule->field }} {{ $rule->operator }} '{{ $rule->value }}' | {{ $rule->score > 0 ? '+' : '' }}{{ $rule->score }} |
| @trans('crm.No rules defined yet') | ||
@trans('crm.Default system statuses for Leads. These are used for high-level tracking.')
@trans('crm.No stages defined yet.')
@endforelse@trans('crm.Opportunity stages are defined within Pipelines. You can have different stages for different services.')
@trans('crm.Configure Pipelines & Stages')| @trans('crm.Rule Name') | @trans('crm.Target Team') | @trans('crm.Strategy') | @trans('crm.Status') |
|---|---|---|---|
| {{ $rule->name }} | {{ $rule->team->name ?? 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $rule->strategy ?? 'round_robin')) }} | @if($rule->is_active) @trans('crm.Active') @else @trans('crm.Inactive') @endif |
| @trans('crm.No assignment rules have been configured yet.') | |||
@trans('crm.Ticket categories are currently managed via global system tags.')
@trans('crm.Referral sources management is integrated with the Sources & Channels system.')
@trans('crm.Manage Sources') →@trans('crm.Define the criteria for qualifying leads.')
POST {{ url('/api/crm/leads/webhook') }}
@trans('crm.Use this endpoint to push leads from your website contact forms.')
@trans('crm.Content for this section is under development or handled elsewhere.')
Tab: {{ $activeTab }}