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

Task Settings Setup your task pipeline status.


Task 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.
Task Stage
Description
@if(!is_null($tasks)) @foreach($tasks 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 == "Completed" || $o_stage->title == "In progress" || $o_stage->title == "Accepted")
@endif @endforeach @endif

Are You Sure?

it will delete this channel straight away.

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