{{-- ==================================================== Partial: Page Header الموحّد لجميع الصفحات يشمل: عنوان الصفحة + وصف مختصر + breadcrumbs + شريط أدوات ==================================================== --}} @php $resolvedTitle = $title ?? $pageTitle ?? ''; $description = $description ?? 'إدارة البيانات، عرض السجلات، والبحث والإجراءات المرتبطة بها.'; $actions = $actions ?? []; $routeName = request()->route()?->getName() ?? ''; $isIndexRoute = str_ends_with($routeName, '.index'); $showToolbar = ($showToolbar ?? false) || $isIndexRoute || count($actions) > 0; @endphp @if($showToolbar)
@foreach($actions as $action) @isset($action['icon']) @endisset {{ $action['title'] }} @endforeach
@endif