@extends('dashboard.layouts.app') @section('title', 'Détails Objectif - UAC eservices') @section('page-title', 'Détails de l\'Objectif Stratégique') @section('breadcrumb')
{{ $objectif->contexte }}
@elseAucun contexte fourni
@endif{{ $objectif->indicateurs_succes }}
@elseAucun indicateur défini
@endif| Description | Responsable | Calendrier | Budget | Actions |
|---|---|---|---|---|
| {{ Str::limit($activite->description, 60) }} | {{ $activite->responsable_principal }} | @php $trimestres = []; if($activite->calendrier['T1'] ?? false) $trimestres[] = 'T1'; if($activite->calendrier['T2'] ?? false) $trimestres[] = 'T2'; if($activite->calendrier['T3'] ?? false) $trimestres[] = 'T3'; if($activite->calendrier['T4'] ?? false) $trimestres[] = 'T4'; @endphp {{ count($trimestres) > 0 ? implode(', ', $trimestres) : '-' }} | {{ number_format($activite->budget_alloue, 0, ',', ' ') }} FCFA |
{{ $objectif->created_at->format('d/m/Y à H:i') }}
{{ $objectif->updated_at->format('d/m/Y à H:i') }}