{{-- resources/views/components/table-header.blade.php --}}
{{-- Title Section --}}

@if ($icon) @endif {{ $title }}

{{ __($subtitle) }}

{{-- Right Side Controls --}}
{{-- Per Page Selector --}} @if ($showPerPage)
@endif {{-- Download Report Button --}} @if ($showDownload)
{{-- Dropdown Menu --}}
@endif {{-- Optional Add Button --}} @if ($buttonText && $buttonRoute) @can($buttonPermission) {{ $buttonText }} @endcan @endif {{-- Search Bar --}} @if ($showSearch)
@endif
{{-- JavaScript Functions --}}