@include('layouts.partials.head') @vite(['resources/css/app.css', 'resources/js/app.js'])
@include('includes.navbar')

WCKP - PROGRESS DASHBOARD

Updated: {{ now()->format('F d, Y') }}
{{-- @include('includes.navbar') --}} {{--

hello

--}}
@foreach ($data as $row) @endforeach
SR. INTERVENTIONS STATUS PROJECT TARGETS TILL LAST YEAR PROGRESS (2019-2024) CURRENT YEAR (2024-2025) CUMULATIVE PROGRESS PROGRESS % AGAINST PROJECT TARGETS
CURRENT TARGETS CURRENT PROGRESS PROGRESS %
{{ $row['sr'] ?? '' }} {{ $row['intervention'] ?? '' }} @if($row['status'] === 'COMPLETED') COMPLETED @else CLOSED @endif {{ number_format($row['project_targets'] ?? 0) }} {{ number_format($row['till_last_year'] ?? 0) }} {{ number_format($row['current_target'] ?? 0) }} {{ number_format($row['current_progress'] ?? 0) }} {{ $row['progress_percent'] ?? 0 }}% {{ number_format($row['cumulative'] ?? 0) }} {{ $row['percent_against'] ?? 0 }}%
@include('includes.footer') @include('layouts.partials.scripts') @yield('scripts') @vite('resources/js/pages/dashboard.js') {{-- @section('scripts') @endsection --}}