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

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

@endsection @section('content')

Pipeline Stage Information

Detailed information about the pipeline stage including order and associated leads.

Stage Details

Name: {{ $pipelineStage->name }}
Order: {{ $pipelineStage->order }}
Leads Count: {{ $pipelineStage->leads->count() }}
@endsection