@foreach ($leadContacts as $leadContact)
@endforeach
@foreach ($leadPipelines as $pipeline)
@endforeach
{{company()->currency->currency_code }} ({{ company()->currency->currency_symbol }})
@if ($viewLeadCategoryPermission != 'none')
@if ($addLeadCategoryPermission == 'all' || $addLeadCategoryPermission == 'added')
@endif
@endif
@if ($canAssignDeal)
{{-- Admins & managers may pick any agent (loaded per category via ajax) --}}
@if ($viewLeadAgentPermission != 'none')
@if ($addLeadAgentPermission == 'all' || $addLeadAgentPermission == 'added')
@endif
@elseif(in_array(user()->id, $leadAgentArray))
@endif
@else
{{-- Regular employees are always the agent of their own deal --}}
@endif
@if(in_array('products', user_modules()) || in_array('purchase', user_modules()))
@endif
@php($myReportingUser = optional(user()->employeeDetail)->reportingTo)
@if ($canAssignDeal)
{{-- Admins & managers default to themselves as watcher, but may change it --}}
fieldName="deal_watcher">
@foreach ($employees as $item)
@if ($item->id != user()->id)
@endif
@endforeach
@else
{{-- Regular employees watch through their "reporting to" manager --}}
@endif