@php // expected variables: title, subtitle (optional), total (optional), actions (HTML string optional) $title = $title ?? 'قائمة'; $subtitle = $subtitle ?? ''; $total = $total ?? null; $actions = $actions ?? null; @endphp {{-- --}}