{{ $pageTitle }}
مركز التقارير
@foreach($sectionNavigation as $nav)
@php
$navUrl = Route::has($nav['route']) ? route($nav['route']) : '#';
$navPattern = str_ends_with($nav['route'], '.index') ? str_replace('.index', '.*', $nav['route']) : $nav['route'];
@endphp
{{ $nav['label'] }}
@endforeach
بيانات الرسم البياني
@include('admin.reports.partials.datatable-shell')