@extends('admin') @section('content')
| Categoria@foreach($mesi as $mese) | {{ $mese }}@endforeach | Totale | 
| {{ $categoria->cat_name}}@php $index=0; while($index<12) { @endphp | {{ $matrice[$cat][$index] }}@php $index++; } @endphp | {{ number_format($totale[$cat],2,'.','') }}@php $cat++; @endphp |