@extends('layout') @section('title',$opportunity->code.' · '.$opportunity->title) @section('content')
{{ $opportunity->actor->name }} · {{ number_format((float)$opportunity->value,0) }} {{ $opportunity->currency }} · {{ $opportunity->probability }}% probability
| Version | Amount | Status | Issued | Valid until | Action |
|---|---|---|---|---|---|
| {{ $proposal->code }} · v{{ $proposal->version }} | {{ number_format((float)$proposal->amount,0) }} {{ $proposal->currency }} | {{ ucfirst($proposal->status) }} | {{ $proposal->issued_on?->format('d M Y') ?? 'Draft' }} | {{ $proposal->valid_until?->format('d M Y') ?? 'Not set' }} | @if(auth()->user()->canAtlas('sales.manage'))@endif |
| No proposal version recorded. | |||||