Account Name: | {{$opportunitiesData['opportunities']->name}} |
Account Authorization PWD: | {{$opportunitiesData['opportunities']->account_authorization_pwd}} |
Payment Mode: | {{$opportunitiesData['opportunities']->payment_mode}} |
Contract Terms: | {{$opportunitiesData['opportunities']['account_contract_terms']->name}} |
Contract Expires: | {{$opportunitiesData['opportunities']->contract_expires}} |
Contract Notes: | {{$opportunitiesData['opportunities']->contract_notes}} |
Custom Price: | {{$opportunitiesData['opportunities']->custom_price}} |
Accounts Status: | {{$opportunitiesData['opportunities']['account_status']->name}} |
Customer Name: | {{$opportunitiesData['opportunities']['customers']->customers_firstname}} {{$opportunitiesData['opportunities']['customers']->customers_lastname}} |
Email Address: | {{$opportunitiesData['opportunities']['customers']->customers_email_address}} |
Telephone: | {{$opportunitiesData['opportunities']['customers']->customers_telephone}} |
Alternate Mobile: | {{$opportunitiesData['opportunities']['customers']->alternate_mobile}} |
Billing Address: |
Address Line1: {{$opportunitiesData['opportunities']->primary_address}}, @if(!empty($opportunitiesData['opportunities']->primary_address2))Address Line2: {{$opportunitiesData['opportunities']->primary_address2}}, @endif {{$opportunitiesData['opportunities']->p_city}}, @if(!empty($opportunitiesData['opportunities']->p_manual_province_name)>0) {{$opportunitiesData['opportunities']->p_manual_province_name}} @endif @if(count((array) $opportunitiesData['opportunities']['billing_state'])>0) {{$opportunitiesData['opportunities']['billing_state']->zone_name}}, @endif @if(!empty($opportunitiesData['opportunities']->p_postal_code)) {{$opportunitiesData['opportunities']->p_postal_code}}, @endif @if(!empty($opportunitiesData['opportunities']->p_manual_country_name)>0) {{$opportunitiesData['opportunities']->p_manual_country_name}} @endif @if(count((array) $opportunitiesData['opportunities']['billing_country'])>0) {{$opportunitiesData['opportunities']['billing_country']->countries_name}} @endif |
Shipping Address: | Same as billing address |
Shipping Address: |
@if(!empty($opportunitiesData['opportunities']->other_address2))
Address Line2: {{$opportunitiesData['opportunities']->other_address2}}, @endif {{$opportunitiesData['opportunities']->o_city}}, @if(!empty($opportunitiesData['opportunities']->o_manual_province_name)>0) {{$opportunitiesData['opportunities']->o_manual_province_name}} @endif @if(count((array) $opportunitiesData['opportunities']['shipping_state'])>0) {{$opportunitiesData['opportunities']['shipping_state']->zone_name}}, @endif @if(!empty($opportunitiesData['opportunities']->o_postal_code)) {{$opportunitiesData['opportunities']->o_postal_code}}, @endif @if(!empty($opportunitiesData['opportunities']->o_manual_country_name)>0) {{$opportunitiesData['opportunities']->o_manual_country_name}} @endif @if(count((array) $opportunitiesData['opportunities']['shipping_state'])>0) {{$opportunitiesData['opportunities']['shipping_state']->countries_name}} @endif |
Lead Source: | {{$opportunitiesData['opportunities']->lead_source}} |
Referred by: | {{$opportunitiesData['opportunities']->source_of_call}} |
Assigned by: | {{$opportunitiesData['opportunities']['assigned_to_user']->first_name}} {{$opportunitiesData['opportunities']['assigned_to_user']->last_name}} |
BDR: | {{$opportunitiesData['opportunities']['bdr']->first_name}} {{$opportunitiesData['opportunities']['bdr']->last_name}} |
Verified By: | {{$opportunitiesData['opportunities']['verified_by']->first_name}} {{$opportunitiesData['opportunities']['verified_by']->last_name}} |
Verification Time: | {{$opportunitiesData['opportunities']->verification_time}} |
Payment gateway: | {{$opportunitiesData['opportunities']->card_charged_with_gateway}} |
Transaction ID: | {{$opportunitiesData['opportunities']->transaction_id}} |
Status: | {{$opportunitiesData['opportunities']->opportunities_status}} |
Created date: | {{date('d-m-Y H:i:s', strtotime($opportunitiesData['opportunities']->created_at))}} |
Product: | {{$opportunitiesData['opportunities']['products']->name}} |
Services plan: | {{$opportunitiesData['opportunities']['services_plan']->name}} @if(!empty($opportunitiesData['opportunities']['services_plan']->model_number)) with {{$opportunitiesData['opportunities']['services_plan']->model_number}} @endif @if(!empty($opportunitiesData['opportunities']['services_plan']->existing_customer)) {{$opportunitiesData['opportunities']['services_plan']->existing_customer}} @endif with ${{$opportunitiesData['opportunities']['services_plan']->price}} {{$opportunitiesData['opportunities']['services_plan']->currency}} |
Description: |
@foreach ($opportunitiesData['opportunities']['comments_data'] as $cmVal)
@if(!empty($cmVal->description))
{{$cmVal['managed_by']->first_name}} {{$cmVal['managed_by']->last_name}} updated on {{date('d-m-Y H:i:s', strtotime($cmVal->created_at))}}@if(!empty($cmVal->talk_time)), Call Time: {{$cmVal->talk_time}} @endif
{!!nl2br($cmVal->description)!!}
|