@extends('layouts.dashboard') @section('header')

{{ __('Edit Pipeline Stage: ') . $pipelineStage->name }}

@endsection @section('content')

Edit Pipeline Stage Information

Update the pipeline stage details below.

@csrf @method('PUT')
@endsection