i have a very simple route code
Route::get("/{id}",function($id){
return view("post.posts",$id);});
and a simple code in the view:
<div><h1> hello .{{$id}} </h1></div>
but i get an exception: ErrorException in Factory.php line 167:array_merge(): Argument #2 is not an array