In new the Laravel it's better to use the following method in you Model
protected $casts = [ 'created_at' => 'datetime:Y-m-d H:i', 'updated_at' => 'datetime:Y-m-d H:i', ];