@extends('layouts.app') @section('title','Reports & BI') @section('crumbs','Reports & BI') @section('content') @foreach($catalog as $gkey => $g)

{{ $g['label'] }}

@endforeach @endsection