@extends('layouts.default') @section('title') {{'Dashboard '.$name}} @endsection @section('content')
Dashboard {{$name}}
{{Breadcrumbs::render('report_dashboard.index',$dashboard)}}
@php $graphs = json_decode($array,true); $ids=[]; @endphp @foreach($graphs as $key => $graph) @php array_push($ids,$graph['id']); @endphp
{{$graph['caption']}}
@endforeach @php $g_array = json_encode($ids,JSON_NUMERIC_CHECK); @endphp
@stop