@extends('partials.admin.module-hub.layout') @php $hubTitle = 'Reports'; $hubIcon = 'ri-bar-chart-box-line'; $hubMenu = config('reports.menu', []); $activeKey = $activeReport ?? null; @endphp @section('hub_content') @yield('reports_content') @endsection