@foreach ($columns as $key => $column) @endforeach @foreach ($rows as $i => $row) @php $query = $url['query']; $query[$url['item_name']] = $row->item_id; @endphp @foreach ($columns as $column) @if ($column->name == 'ordering') @else @php $indent = (in_array($column->name, ['name', 'title']) && preg_match('#^(-{1,}) #', $row->{$column->name}, $matches)) ? strlen($matches[1]) : 0; @endphp @endif @endforeach @endforeach
@lang ($column->label)
item_id }} data-index="{{ $i }}"> @if (isset($row->checked_out))

{{ $row->checked_out }}  
{{ $row->checked_out_time }}

@endif
@if (isset($row->ordering['up'])) @else   @endif @if (isset($row->ordering['down'])) @endif @php $linkable = (isset($column->extra) && in_array('linkable', $column->extra)) ? true : false; @endphp @php echo ($linkable) ? '' : ''; @endphp @if (isset($column->extra) && in_array('raw', $column->extra)) {!! $row->{$column->name} !!} @else {{ $row->{$column->name} }} @endif @php echo ($linkable) ? '' : ''; @endphp