@extends('layouts.default') @section('content')
| Related accounts | @foreach($show['statistics']['accounts'] as $acct) {{{$acct->name}}} @endforeach |
| Related categories | @foreach($show['statistics']['Category'] as $cat) {{{$cat->name}}} @endforeach |
| Related budgets | @foreach($show['statistics']['Budget'] as $bud) {{{$bud->name}}} @endforeach |