@if ($this->hasConfigurableAreaFor('before-tools')) @include($this->getConfigurableAreaFor('before-tools'), $this->getParametersForConfigurableArea('before-tools')) @endif
@include('livewire.partials.org_position_select',compact('positions'))
{{-- --}} {{-- @include('livewire-tables::bootstrap-4.includes.table')--}} {{-- @include('livewire-tables::bootstrap-4.includes.pagination')--}} {{-- --}}
@foreach($columns as $index => $column) @continue($column->isHidden()) @continue($this->columnSelectIsEnabled() && ! $this->columnSelectIsEnabledForColumn($column)) @continue($this->currentlyReorderingIsDisabled() && $column->isReorderColumn() && $this->hideReorderColumnUnlessReorderingIsEnabled()) @endforeach @if($this->secondaryHeaderIsEnabled() && $this->hasColumnsWithSecondaryHeader()) @endif @forelse ($rows as $rowIndex => $row) @foreach($columns as $colIndex => $column) @continue($column->isHidden()) @continue($this->columnSelectIsEnabled() && ! $this->columnSelectIsEnabledForColumn($column)) @continue($this->currentlyReorderingIsDisabled() && $column->isReorderColumn() && $this->hideReorderColumnUnlessReorderingIsEnabled()) {{ $column->renderContents($row) }} @endforeach @empty @endforelse @if ($this->footerIsEnabled() && $this->hasColumnsWithFooter()) @if ($this->useHeaderAsFooterIsEnabled()) @else @endif @endif @isset($customView) @include($customView) @endisset
{{-- @if(count($this->getSelected())!=0)--}} {{-- @foreach($this->getSelected() as $row)--}} {{-- --}} {{-- @endforeach--}} {{-- @endif--}}