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

Opportunity Settings Setup your opportunity pipeline status.


Opportunity Stages
What steps are you following for managing a potential opportunity? You can define the stages here and will help you to manage your opportunities and taking appropriate actions.
Opportunity Stage
Description
@if(!is_null($opportunity_stages)) @foreach($opportunity_stages as $o_stage) @if($o_stage->is_reserved == 1 && $o_stage->title == "New")
@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 == "Won" || $o_stage->title == "Lost")
@endif @endforeach @endif

Are You Sure?

it will delete this channel straight away.

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