@php $actions = $actions ?? []; $showRefresh = $showRefresh ?? true; $refreshTarget = $refreshTarget ?? ''; $exportUrl = $exportUrl ?? null; $searchPlaceholder = $searchPlaceholder ?? 'بحث سريع...'; @endphp
@foreach($actions as $action) @isset($action['icon']) @endisset {{ $action['title'] }} @endforeach @if($showRefresh) @endif @if($exportUrl) تصدير @endif