@extends('layouts.base') @section('title') Prévisualisation - Export Comptabilité @endsection @section('style') @endsection @section('content')
| Date Opération | Type | Montant | Numéro Comptable * | Libellé Comptable * | Code Journal * | Pièce Justificative |
|---|---|---|---|---|---|---|
| {{ $operation->operation_date ? $operation->operation_date->format('d/m/Y H:i') : 'N/A' }} | @if($operation->type === 'entree') Entrée @else Sortie @endif | {{ number_format($operation->amount, 0, ',', ' ') }} F | {{ $operation->external_reference ?? 'Non spécifiée' }} |