TextColumn::make('current_currency_price_without_discount_formatted')
->label(__('inputs.price'))
->visible(fn (): bool => Auth::user()->can('view_price_product'))
->money(currency: 'EUR')
->tooltip(fn($record) => new HtmlString($record->all_stores_prices_formatted_html))
->sortable(['price']),
TextColumn::make('current_currency_price_without_discount_formatted')
->label(__('inputs.price'))
->visible(fn (): bool => Auth::user()->can('view_price_product'))
->money(currency: 'EUR')
->tooltip(fn($record) => new HtmlString($record->all_stores_prices_formatted_html))
->sortable(['price']),