@extends('layouts.admin.theme')
@section('content')
@php
$ppModuleRoute = $ppModuleRoute ?? (!empty($painelDashboard) ? 'admin.dashboardEstrategico.projetosProgramas' : 'admin.projetosProgramas.index');
$ppTabQueryKey = $ppTabQueryKey ?? 'tab';
@endphp
@include('admin.projetosProgramas.partials._index_conteudo')
@if(!empty($canDelete ?? false) && empty($painelDashboard ?? false))
@endif
@endsection
@push('after-scripts')
@endpush