TenantAtlas/apps/platform/resources/views/livewire/bulk-operation-progress-wrapper.blade.php
Ahmed Darrazi 444b3520b0
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 10m54s
fix: restore full suite green signal
2026-05-12 20:45:16 +02:00

4 lines
168 B
PHP

@if (\Filament\Facades\Filament::getCurrentPanel()?->getId() === 'admin' && auth()->user() instanceof \App\Models\User)
<livewire:bulk-operation-progress />
@endif