@extends('admin.layouts.app') @section('title', 'Lead Settings') @section('content')

Leads Settings Setup your deal and lead pipeline status.


Lead Sources
What all are the source of your business deals? These settings will be applicable for all the leads and customers regardless of their status like suspects, prospects, qualified and converted.
Source
Description
@if(!is_null($leads['source'])) @foreach($leads['source'] as $lead)
@endforeach @endif
Lead Qualifying Stages
What steps are you following for qualifying a suspect lead? You can define the stages here and it will help you to manage your leads and for taking appropriate actions.
Lead Stage
Description
@if(!is_null($leads['stage'])) @foreach($leads['stage'] as $o_stage) @if($o_stage->is_reserved == 1 && $o_stage->title == $new_title->title )
@if($o_stage->is_reserved == 0)
@endif
@endif @if($o_stage->is_reserved == 0)
@if($o_stage->is_reserved == 0)
@endif
@endif @if($o_stage->is_reserved == 1 && $o_stage->title == $disqualified_title->title || $o_stage->title == $qualified_title->title )
@endif @endforeach @endif

Are You Sure?

it will delete this channel straight away.

@stop @section('styles') @stop @section('admin_js') @stop