@foreach ($salutations as $salutation)
@endforeach
@foreach ($genders as $gender)
@endforeach
@foreach ($marital_status as $marital)
@endforeach
@if ($viewLeadAgentPermission != 'none')
@if ($addLeadAgentPermission == 'all' || $addLeadAgentPermission == 'added')
@endif
@elseif(in_array(user()->id, $leadAgentArray))
@endif
{{-- @if ($viewLeadSourcesPermission != 'none')--}}
{{-- @if ($addLeadSourcesPermission == 'all' || $addLeadSourcesPermission == 'added')--}}
{{-- @endif--}}
{{-- @endif--}}
@if ($viewLeadCategoryPermission != 'none')
@if ($addLeadCategoryPermission == 'all' || $addLeadCategoryPermission == 'added')
@endif
@endif
{{--
--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- {{company()->currency->currency_code }} ( {{ company()->currency->currency_symbol }} )--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
--}}
@foreach ($status as $sts)
@endforeach
{{--
--}}
@if ($addLeadNotePermission == 'all' || $addLeadNotePermission == 'added' || $addLeadNotePermission == 'both')
@endif