@extends('layouts.crm') @section('title', 'الفرص — CRM — '.config('app.name')) @section('breadcrumb') الرئيسية › إدارة العملاء › الفرص @endsection @section('content') @php $stageSelectOptions = array_merge( [['value' => '', 'label' => 'الكل']], $stageFilterOptions ?? [] ); @endphp
| رقم الفرصة | الفرصة | العميل | المرحلة | القيمة المقدرة | مسؤول عنها | إجراءات |
|---|---|---|---|---|---|---|
| {{ $opportunity->opportunity_number }} | {{ $opportunity->title }} | @if($opportunity->customer) {{ $opportunity->customer->display_name }} {{ $opportunity->customer->code }} @else — @endif | {{ $stageLabel }} | {{ $est }} | {{ $opportunity->assignedUser?->name ?: '—' }} |
|
| لا توجد بيانات | ||||||