@extends('layouts.app') @section('title', 'Sindh Development Portfolio Management System') @push('styles') @endpush @section('contents')

Government of Sindh ยท Planning & Development

Sindh Development Portfolio Management System

@include('dynamic-dashboard.partials.activity-calendar', [ 'activityCalendar' => $activityCalendar ?? null, ])
@if ($dashboardFixEnabled ?? false)
@endif
@if ($dashboardFixEnabled ?? false) @include('dynamic-dashboard.partials.sind-portfolio-cards', [ 'sindPortfolioCards' => $sindPortfolioCards ?? null, 'defaultBudgetYear' => $defaultBudgetYear ?? '', ]) @include('dynamic-dashboard.partials.pms-pipeline-cards', [ 'dashboardFixPipeline' => $dashboardFixPipeline ?? null, 'defaultBudgetYear' => $defaultBudgetYear ?? '', ]) @endif
{{-- /.dd-dashboard-layout__main --}}
{{-- /.dd-dashboard-layout --}}
@endsection @push('scripts') @endpush