@extends('dashboard.layouts.app') @section('title', 'Plans de Travail Annuel - UAC eservices') @section('page-title', 'Plans de Travail Annuel (PTA)') @section('breadcrumb')
Gestion des plans stratégiques annuels
| Année | Titre | Objectifs | Budget Total | Date de création | Actions |
|---|---|---|---|---|---|
| {{ $pta->annee }} |
{{ $pta->titre }}
@if($pta->description_generale)
{{ Str::limit($pta->description_generale, 50) }} @endif |
{{ $pta->objectifs_strategiques_count }} objectif(s) | {{ number_format($pta->budget_total, 0, ',', ' ') }} FCFA | {{ $pta->created_at->format('d/m/Y') }} |
Créez votre premier plan de travail annuel pour commencer
Créer le premier PTA