{{ $opportunity->id }} |
{!! ($mark_result == true) ? '' : '' !!}
{{ $opportunity->name }}
{!! ($mark_result == true) ? '' : '' !!}
|
@foreach ($opportunity->sales_opportunities_accounts as $accounts)
{{ $accounts->name }}
@endforeach
|
{{ config('defines.opportunity_type_ven_aff_select')[$opportunity->type_ven_aff] }} |
@if ($opportunity->type_ven_aff == 2)
{{ config('defines.opportunity_stage_aff_select')[$opportunity->stage_aff] }}
@else
{{ config('defines.opportunity_stage_select')[$opportunity->stage] }}
@endif
|
$@convert($opportunity->amount) |
{{ (isset($opportunity->date_close)) ? SetTimeZoneFormat($opportunity->date_close, 'date', 'UTC') : ' / ' }} |
{{ $opportunity->user_owner->name }} |
@if(!isset($conn_chk))
@if ($opportunity->FollowChk() == true)
Un-Follow
@else
Follow
@endif
edit
|
@elseif (isset($conn_type))
|
@endif