@extends('layouts.app') @section('title', '개발 승인') @section('content')

개발 승인

영업 완료된 고객의 개발 진행 상태를 관리합니다

승인 대기
{{ number_format($stats['pending']) }}건
개발 진행중
{{ number_format($stats['in_progress']) }}건
오늘 완료
{{ number_format($stats['today_completed']) }}건
총 완료
{{ number_format($stats['total_completed']) }}건
@include('sales.development.partials.pending-list') @include('sales.development.partials.progress-list') @include('sales.development.partials.completed-list')
@include('sales.development.partials.reject-modal') @endsection @push('scripts') @endpush