@section('title', 'Lead')
@if (!empty($lead))
@csrf @method('put')
{{ __('crm.update_lead') }}
{{ __('crm.primary_contact_info') }}
{{ __('crm.source_error') }}
{{ __('crm.industry_error') }}
{{ __('crm.name_error') }}
{{ __('crm.email_error') }}
{{ __('crm.contact_name_error') }}
{{ __('crm.additional_contact_info') }}
@foreach ($lead->crm_lead_contact as $lcontact) @php $selected_website = $lcontact->website; $selected_address = $lcontact->street_address; $selected_city = $lcontact->city; $selected_state = $lcontact->state; $selected_zipcode = $lcontact->zipcode; $selected_countryId = $lcontact->countries_id; $selected_company = $lcontact->company_name; @endphp @endforeach
{{ __('crm.company_name_error') }}
{{ __('crm.website_error') }}
{{ __('crm.street_address_error') }}
{{ __('crm.city_error') }}
{{ __('crm.state_error') }}
{{ __('crm.zip_error') }}
{{ __('crm.country_error') }}
{{ __('crm.social_contact_info') }}
@if (!empty($socialLink)) @foreach ($lead->socialLink as $lcontact) @php $selected_socialType = $lcontact->social_type; $selected_socialLink = $lcontact->social_link; @endphp
{{ __('crm.social_type_select') }}
{{ __('crm.social_link_select') }}
@endforeach @else
{{ __('crm.social_type_select') }}
{{ __('crm.social_link_select') }}
@endif
@endif
@push('scripts') @endpush