@extends('layout') @section('title', 'Opportunities') @section('content')
Qualified commercial possibilities with value, probability, ownership, next action, proposal evidence, and delivery conversion.
Start with a real relationship and a defined next step.
| Opportunity | Client | Stage | Value | Weighted | Owner | Next action |
|---|---|---|---|---|---|---|
| {{ $opportunity->code }}{{ $opportunity->title }}{{ ucfirst($opportunity->status) }} | {{ $opportunity->actor->name }} | {{ $opportunity->stage->label() }} | {{ number_format((float)$opportunity->value,0) }} {{ $opportunity->currency }} | {{ number_format((float)$opportunity->value*$opportunity->probability/100,0) }} | {{ $opportunity->owner?->name ?? 'Unassigned' }} | {{ $opportunity->next_step_due_at?->format('d M Y') ?? 'Not set' }} |