Action::make('preview')
->icon('heroicon-o-arrow-top-right-on-square')
->color('gray')
->url(fn (Set $set, $state): string => $state['slug'] ? route('article.details', ['slug' => $state['slug']]) : '')
Action::make('preview')
->icon('heroicon-o-arrow-top-right-on-square')
->color('gray')
->url(fn (Set $set, $state): string => $state['slug'] ? route('article.details', ['slug' => $state['slug']]) : '')