@foreach($table_options['columns'] as $column_name => $column_type) @if($column_type) @php [$column_type, $column_params] = getParams($column_type); @endphp @if($column_type != 'hidden') @endif @endif @endforeach @if($table_options['actions']) @endif
@includeFirst([$model . '.components.column.name', 'admin.components.column_name']){{ transIf( $lang['column.actions'], $model . '.column.actions' ) }}
@push('scripts') @endpush