@if($checkbox) @endif @foreach($columns as $column) @endforeach @if(isset($actions) && count($actions)) {{ trans('livewire-powergrid::datatable.labels.action') }} @endif @if(is_null($data) || count($data) === 0) {{ trans('livewire-powergrid::datatable.labels.no_data') }} @else @foreach($data as $row) @if($checkbox) @endif @endforeach @endif