@extends('layouts.app') @section('title', $deal->title) @section('page-title', $deal->title) @section('content')
Value
${{ number_format($deal->value, 2) }} {{ $deal->currency }}
Probability
Expected Close Date
{{ $deal->expected_close_date ? $deal->expected_close_date->format('M d, Y') : 'Not set' }}
Days in Stage
{{ $deal->days_in_stage }} days
Contact
{{ $deal->contact->name ?? 'No contact' }}
Owner
{{ $deal->user->name }}
Notes
{{ $deal->notes }}
{{ $activity->description }}
No activities yet
@endforelseWeighted Value
${{ number_format($deal->weighted_value, 2) }}
Created
{{ $deal->created_at->format('M d, Y') }}
Last Updated
{{ $deal->updated_at->diffForHumans() }}