@php $viewLeadAgentPermission = user()->permission('view_lead_agents'); $viewLeadCategoryPermission = user()->permission('view_lead_category'); $viewLeadSourcesPermission = user()->permission('view_lead_sources'); $addLeadAgentPermission = user()->permission('add_lead_agent'); $addLeadSourcesPermission = user()->permission('add_lead_sources'); $addLeadCategoryPermission = user()->permission('add_lead_category'); $addProductPermission = user()->permission('add_product'); @endphp

@lang('modules.lead.leadDetails')

@foreach ($salutations as $salutation) @endforeach
@if ($viewLeadAgentPermission != 'none')
@if ($addLeadAgentPermission == 'all' || $addLeadAgentPermission == 'added') @endif
@endif @if ($viewLeadSourcesPermission != 'none')
@if ($addLeadSourcesPermission == 'all' || $addLeadSourcesPermission == 'added') @endif
@endif @if ($viewLeadCategoryPermission != 'none')
@if ($addLeadCategoryPermission == 'all' || $addLeadCategoryPermission == 'added') @endif
@endif
{{!is_null($lead->currency_id) ? $lead->currency->currency_code : company()->currency->currency_code}} ( {{ !is_null($lead->currency_id) ? $lead->currency->currency_symbol : company()->currency->currency_symbol }} )
@if ($addProductPermission == 'all' || $addProductPermission == 'added') @lang('app.add') @endif

@lang('modules.lead.companyDetails')

@foreach ($countries as $item) @endforeach
@lang('app.save') @lang('app.cancel')