@extends('layouts.compact_menu')
{{-- Page title --}}
@section('title')
Global Snapshot @parent
@stop
@section('header_styles')
@stop
@section('content')
| @foreach($boards as $board) | {{$board->name}} | @endforeachTOTAL |
|---|---|---|
| {!! $records !!} | @endforeach||
| {{$records}} | @endforeach||
| TOTAL | @foreach($data['vertical_total'] as $vt){{$vt}} | @endforeach{{array_sum($data['vertical_total'])}} |