@extends('layouts.compact_menu') {{-- Page title --}} @section('title') Global Snapshot @parent @stop @section('header_styles') @stop @section('content')
@include('flash::message')
Filter
Global Snapshot
@foreach($boards as $board) @endforeach @foreach($data['mapped'] as $data_mapped) @foreach($data_mapped as $records) @endforeach @endforeach @foreach($data['notmapped'] as $data_notmapped) @foreach($data_notmapped as $records) @endforeach @endforeach @if(count($data['vertical_total']) > 0) @foreach($data['vertical_total'] as $vt) @endforeach @endif
{{$board->name}}TOTAL
{!! $records !!}
{{$records}}
TOTAL{{$vt}}{{array_sum($data['vertical_total'])}}
@endsection @section('footer_scripts') @stop