TextColumn::make('id') ->label('Notifications') ->formatStateUsing( fn (Chat $record): string => match ($record->is_notifications_allowed) { true => 'Allowed', false => 'Prohibited', null => 'Waiting', } ) ->badge()
composer.json
composer install