Éléments divers

@if($miscItems->count() > 0)
@foreach($miscItems as $item) @endforeach
Date Type Description Quantité Prix unitaire Total Statut Actions
{{ $item->item_date_formatted ?? \Carbon\Carbon::parse($item->item_date)->format('d/m/Y') }} {{ $item->item_type_label ?? ucfirst($item->item_type ?? 'Autre') }}
{{ $item->description ?? 'Aucune description' }}
{{ $item->quantity ?? 1 }} {{ number_format($item->unit_price ?? 0, 2, ',', ' ') }} € {{ number_format($item->total_amount ?? 0, 2, ',', ' ') }} € @if((int)$item->status === 1) Validé @else En attente @endif
@else

Aucun élément divers pour ce mois

@endif