| Title | Customer | Value | Stage | Expected Close |
|---|---|---|---|---|
|
{{ $opportunity->title }}
|
{{ $opportunity->customerProfile->user->name ?? 'N/A' }}
|
{{ number_format($opportunity->value, 2) }} EGP | {{ $opportunity->stage }} | {{ $opportunity->expected_close_date ? $opportunity->expected_close_date->format('M d, Y') : 'N/A' }} |
| No opportunities found. | ||||