@extends('layouts.exat') @section('title', 'Demande '.$demande->reference) @section('subtitle', $demande->planteur->nom ?? '') @section('actions')
{{ $seq ? 'Prochain approbateur' : 'Approbateurs' }} : {{ implode(', ', $prochains) }}
@endif @endif| N° | Date d'échéance | Montant |
|---|---|---|
| {{ $i++ }} | {{ !empty($l['date']) ? \Illuminate\Support\Carbon::parse($l['date'])->format('d/m/Y') : '—' }} | {{ number_format((float) ($l['montant'] ?? 0), 0, ',', ' ') }} FCFA |
| Total | {{ number_format($totalPrev, 0, ',', ' ') }} FCFA | |
Cet échéancier sera appliqué tel quel au décaissement.
{{ $message }}
@enderrorEmpreinte SHA-256 : {{ $demande->contrat->empreinte }}
@endif @elseAucun contrat généré pour cette demande.
@if($peutGenererContrat) @else Génération non autorisée. @endif