@extends('layouts.app')
@section('content')
Выполнение плана по сдаче МАФ
{{ $totalMafs }} / {{ $totalOrders }}
Всего МАФ / Площадок
{{ $doneMafs }} / {{ $doneOrders }}
Сдано МАФ / Площадок
{!! $totalSum !!}
Сдано на сумму
@dump(get_defined_vars())
@endsection
@php
$notDone = $labels = '';
foreach ($doneMafsType as $id => $count) {
$labels .= '"' . $objectTypes[$id] . ' (' . $doneMafsType[$id] .'/'. $notDoneMafsType[$id] . ')",';
$notDone .= '[' . $totalMafsType[$id] . ', ' . $doneMafsType[$id] . '],';
}
@endphp
@push('scripts')
@endpush