© 2026 Hedgehog Software, LLC
TextColumn::make('last_contacted')->date('M d')->label('Last Attempt')->sortable()->formatStateUsing(function($state){ if($state != null){ info($state); } else{ info('hello'); } }),