hidden(), Images::make(__('Image'), 'uploads') ->conversionOnIndexView('thumb200x200'), Text::make(__('Name'), 'name') ->sortable(), Text::make(__('User'), fn ($model) => $model->user?->fullname ?? '-'), DateTime::make(__('Created at'), 'created_at') ->turkmenDate() ->sortable(), ]; } }