{{ __('No CRM data available') }}
@endif{{ $activity->type->name ?? __('Activity') }}
{{ $activity->description }}
{{ __('Medical Appointment') }}
{{ $appointment->clinic->name ?? '' }} - Dr. {{ $appointment->doctor->name ?? '' }}
{{ $appointment->status }}| {{ __('Opportunity') }} | {{ __('Stage') }} | {{ __('Value') }} | {{ __('Closing Date') }} |
|---|---|---|---|
| {{ $opp->name }} | {{ $opp->stage->name ?? '-' }} | SAR {{ number_format($opp->expected_revenue, 2) }} | {{ $opp->expected_closing_date?->format('Y-m-d') ?? '-' }} |
| {{ __('No opportunities found') }} | |||