@extends('layouts.crm') @section('title', 'خط أنابيب الفرص — CRM — '.config('app.name')) @section('breadcrumb') الرئيسية › إدارة العملاء › الفرص › عرض خط الأنابيب @endsection @section('content') @php $stageDefs = config('crm_opportunities.stages', []); @endphp
{{ $opp->title }}
{{ $opp->opportunity_number }}
@if($opp->customer) {{ $opp->customer->display_name }} @endifمرجّح: {{ number_format((float) $opp->weighted_value, 2) }}
لا توجد فرص
@endforelse