@include('layout.private._toolbar')

{{__("app.reconsheet.report.title")}} {{__("app.common.version")}} 1: {{$data["sheetName"]}}

{{-- @if(Auth()->user()->can("download_reconsheet")) {{__("app.common.export_json")}} @endif --}}
@foreach($data["schema"] as $row => $cols)
@php $colWidth = ceil(12/count($cols)); @endphp @foreach($cols as $name => $subData) @php if($subData == null) { $icon = $widgets[$name]["icon"]; $type = $widgets[$name]["type"]; $multidata = ""; } else { $icon = $subData["icon"]; $type = "multi"; $multidata = implode(",",$subData["items"]); } // fabio: rimosso il download dei widget $hasDownload = false; if(($type == "text") || ($type == "gauge")) { $hasDownload = false; } @endphp {{-- begin::Col --}} @if($loop->index > 0)
@else
@endif {{-- begin::Card --}}

{!! __("report.".$name) !!}

{{-- end::Card --}}
{{-- end::Col --}} @endforeach
@endforeach

{!! __("report.disclaimer_title") !!}

{!! __("report.disclaimer_text_v2") !!}