| @if ($column->sortable) {{ $column->heading }} @if ($sort_attribute == $column->attribute) @else @endif @else {{ $column->heading }} @endif | @endforeach @if ($checkbox && $checkbox_side == 'right') @include('laravel-livewire-tables::checkbox-all') @endif
|---|
| @if ($column->view) @include($column->view) @else {{ $value }} @endif | @endforeach @if ($checkbox && $checkbox_side == 'right') @include('laravel-livewire-tables::checkbox-row') @endif