@props([
'tableId' => 'export-table',
'exportTitle' => config('app.name'),
'excludeLast' => 0, // number of trailing columns to hide in exports (e.g. Actions)
])
{{ __('PDF') }}
{{ __('Excel') }}
{{ __('Print') }}
@once
@push('scripts')
@endpush
@endonce
{{-- Embed per-table config so the global helper knows title & excludeLast --}}