@if($totalValue > 0) @currency($totalValue) {{ __('total pipeline value') }} @else {{ __('Manage your sales pipeline') }} @endif
@currency($pipelineForecast['total'])
@currency($pipelineForecast['weighted'])
{{ $pipelineForecast['open_deals'] }}
@currency($stageTotal)
{{ $stageCount }} {{ $stageCount === 1 ? __('deal') : __('deals') }}
{{ $deal->title }}
{{ $deal->contact?->company ?? $deal->contact?->full_name ?? __('No contact') }}
@currency($deal->value)
@if($deal->expected_close_date) @php $dl = intval(now()->diffInDays($deal->expected_close_date, false)); @endphp{{ $dl < 0 ? abs($dl).'d overdue' : ($dl === 0 ? 'Today' : $dl.'d left') }}
@endif{{ __('No deals in this stage') }}
{{ $deal->contact->company ?? $deal->contact->full_name }}
@endif{{ __('No deals in this stage.') }}
{{ __('Drag a deal here or click + to add one.') }}