@extends('pages.charge.layout') @section('body')
|
Libellé | Montant | Date | Personnel | Description | |
---|---|---|---|---|---|---|
|
|
CFA{{ number_format($charge->amount, 2, '.', ' ') }}
|
{{ \Carbon\Carbon::parse($charge->charge_date)->locale('fr')->translatedFormat('l, d M y') }} |
{{ $charge->staff?->first_name }} {{ $charge->staff?->last_name }}
{{ $charge->staff?->category?->name }}
|
{{ $charge->description }} | |
Aucune information à afficher
|