'Exception Serialization of 'Closure' is not allowed in Laravel8

$data=array('importData'=>$importData,'success'=>'Data Imported Successfully'); return redirect()->route('AddJobDetails')->with( [ 'data' => $data ] );

I am just passing the data array to blade file with redirect but it gives me error Exception Serialization of 'Closure' is not allowed

What to do solve this issue.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source