The data should be available under the pivot key of the History model.
@foreach ($records as $record)
{{ $record->pivot->created_at }}
@endforeach
If you want to convert these fields to Carbon objects automatically, you can create a pivot model. You can read more about it here: https://laravel.com/docs/8.x/eloquent-relationships#defining-custom-intermediate-table-models