@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 ($viewLeadAgentPermission != 'none')
@if ($addLeadAgentPermission == 'all' || $addLeadAgentPermission == 'added')
@endif
@elseif(in_array(user()->id, $leadAgentArray))
@endif
@if(in_array('products', user_modules()) || in_array('purchase', user_modules()))
@endif
@foreach ($employees as $item)
@endforeach