@extends($iframe_chk == 1 ? 'layouts.iframe' : 'layouts.app') @section('content')
@if ($id > 0 && $iframe_chk == 0)
Add New @if ( canTask('can_del_sales') ) Delete @endif

@endif @if ($id > 0 && $iframe_chk == 0)
@foreach (config('defines.leads_status_select') as $data_k => $data_v) {!! $page_data->StatusButton($data_k, $data_v) !!} @endforeach
@csrf
status == 1) ? '' : 'style="display:none;"' !!}>
status == 2) ? '' : 'style="display:none;"' !!}>
status == 3) ? '' : 'style="display:none;"' !!}>
status == 4) ? '' : 'style="display:none;"' !!}> @if(($page_data->status == 4))
@csrf
or
or
@endif
status == 1) ? '' : 'style="display:none;"' !!}>
Guidance for Success

Use Leads to separate prospects from the Salesforce contacts we've already sold to and/or are working with.

When setting up a new lead we want to specify:
  1. Their contact information.
  2. Where the lead came from under "Lead Source." What was the compelling event that drove the lead to engage with us?
  3. What niche/industry do they work in.
status == 2) ? '' : 'style="display:none;"' !!}>
Guidance for Success

Qualify your lead.

  • Respond to the lead in a timely manner for a greater chance of closing the lead.
  • Email your lead first, and immediately follow up with a phone call.
  • Visit your lead's website and/or LinkedIn profile to learn more about their business.
  • Rehearse your call scripts so that you sound confident and the flow of your conversation is more natural.
status == 3) ? '' : 'style="display:none;"' !!}>
Guidance for Success

If your lead has neither the interest nor the authority to purchase from you, mark the lead Unqualified.

Don't waste time on unqualified leads.
  • Learn about the lead source before you spend time selling them a product they're not ready for.
  • Understand your lead's level of decision making authority and solution requirements.
  • Determine whether your lead is likely to buy from you.
@endif
@csrf
@if($id == 0)
@endif @if ($id == 0)
@else @endif
@if($id == 0)

@endif
@if ($id > 0)
  • List of Owners
  • @forelse ($owners_list as $data_k => $data_v)
  • {{ SetTimeZoneFormat($data_v->created_at, 'date_at_time') }}
  • @empty
    No data.
    @endforelse

Created By: {{ $page_data->user_created->name }}, {{ SetTimeZoneFormat($page_data->created_at, 'date_at_time') }}
Last Modified By: {{ $page_data->user_modified->name }}, {{ SetTimeZoneFormat($page_data->updated_at, 'date_at_time') }}

@endif
@if ($iframe_chk == 0) Cancel / Back @else Cancel @endif
@if ($id > 0 && $iframe_chk == 0)
{!! $page_data->SalesWidgets('tasks', 'lead') !!} {!! $page_data->SalesWidgets('connection', 'leads_tags') !!} {!! $page_data->SalesWidgets('notes', 'lead') !!} {!! $page_data->SalesWidgets('files', 'lead') !!}
@endif
@endsection @section('more_scripts') @include('sales_leads.edit-js') @endsection