@extends('reports.layout') @section('content') @php function fmt($amount) { return '$ ' . number_format((float)$amount, 2); } $jalaliMonths = ['حمل', 'ثور', 'جوزا', 'سرطان', 'اسد', 'سنبله', 'میزان', 'عقرب', 'قوس', 'جدی', 'دلو', 'حوت']; @endphp @foreach($jalaliMonths as $month) @endforeach @foreach($matrix as $row) @for($i = 1; $i <= 12; $i++) @endfor @endforeach @for($i = 1; $i <= 12; $i++) @endfor
نوع مصرف{{ $month }}مجموع
{{ $row['category'] }}{{ fmt($row[$i] ?? 0) }}{{ fmt($row['total'] ?? 0) }}
مجموع{{ fmt($monthTotals[$i] ?? 0) }}{{ fmt($grandTotal) }}
@endsection