@extends('layouts.crm') @section('title', $opportunity->title.' — الفرص — '.config('app.name')) @section('breadcrumb') الرئيسية › إدارة العملاء › الفرص › {{ $opportunity->opportunity_number }} @endsection @section('content') @php $stageLabel = \App\Models\CrmOpportunity::labelForStage($opportunity->stage); $stageBadge = \App\Models\CrmOpportunity::badgeClassesForStage($opportunity->stage); $closeStr = $opportunity->expected_closing_date ? $opportunity->expected_closing_date->timezone(config('app.timezone'))->format('Y/m/d') : '—'; $nextFollowStr = $opportunity->next_follow_up_date ? $opportunity->next_follow_up_date->timezone(config('app.timezone'))->format('Y/m/d') : '—'; @endphp
{{ $opportunity->opportunity_number }}