@extends('layouts.app') @section('title', 'Pipelines') @section('page-title', 'Pipelines & Funnels') @section('content')
Manage your sales pipelines and track deals
Total Pipelines
{{ $stats['total_pipelines'] }}
Active Deals
{{ $stats['total_deals'] }}
Pipeline Value
${{ number_format($stats['total_value'], 0) }}
Won This Month
${{ number_format($stats['won_this_month'], 0) }}
{{ $pipeline->description }}
@endif