@extends('layouts.crm') @section('title', 'شريحة جديدة — CRM') @section('breadcrumb') الرئيسية إدارة العملاء شرائح العملاء شريحة جديدة @endsection @section('content')

شريحة جديدة

حدد المعايير وسيتم ربط أعضاء الشريحة تلقائياً من جدول العملاء.

رجوع
@csrf

بيانات الشريحة

يتم توليد الرمز تلقائيًا عند الإنشاء.

@error('type')

{{ $message }}

@enderror
@error('status')

{{ $message }}

@enderror
@error('name')

{{ $message }}

@enderror
@php $selectedColor = strtoupper((string) old('color', '#2563EB')); @endphp
@foreach(($segmentColorOptions ?? []) as $color) @php $hex = strtoupper((string) $color); $isSelected = $selectedColor === $hex; @endphp @endforeach
@error('color')

{{ $message }}

@enderror

معايير أعضاء الشريحة

سيتم جلب أعضاء الشريحة مباشرة من جدول العملاء حسب المعايير المحددة أدناه.

@error('crm_status')

{{ $message }}

@enderror
@error('source')

{{ $message }}

@enderror
@error('region')

{{ $message }}

@enderror
@error('rating_min')

{{ $message }}

@enderror
@error('rating_max')

{{ $message }}

@enderror
إلغاء
@endsection