@extends('layouts.app') @section('title', 'Edit Pipeline') @section('page-title', 'Edit Pipeline') @section('content')
Back to Pipeline
@csrf @method('PUT')
is_default ? 'checked' : '' }} class="w-4 h-4 text-blue-600 border-gray-300 rounded focus:ring-blue-500">
Cancel

Manage Stages

Stages can be managed from the pipeline board view. Drag and drop to reorder stages.

Go to Board View
@endsection