@extends('layouts.app') @php $labels_manager = $notDone = $labels = ''; $la = []; foreach ($mountMafsType as $id => $count) { $la[] = $objectTypes[$id] . ' ' . $mountMafsType[$id] .'/'. $notMountMafsType[$id]; $labels .= '"' . $objectTypes[$id] . ' (' . $mountMafsType[$id] .'/'. $notMountMafsType[$id] . ')",'; $notDone .= '[' . $totalMafsType[$id] . ', ' . $mountMafsType[$id] . '],'; } foreach ($doneMafsManager as $id => $count) { $labels_manager .= '"' . $managers[$id] . ' (' . $doneMafsManager[$id] .'/'. $notDoneMafsManager[$id] . ')",'; } @endphp @section('content')