@php $queues = data_get($setUp, 'exportable.batchExport.queues', 0); @endphp @if ($queues > 0 && $showExporting) @if ($batchExporting && !$batchFinished)
{{ trans('livewire-powergrid::datatable.export.exporting') }}
{{ $batchProgress }}%
{{ trans('livewire-powergrid::datatable.export.exporting') }}
@endif @if ($batchFinished)

@foreach ($exportedFiles as $file) @endforeach
@endif @endif