You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i know this is old question but if anyone face same issue thrn you should use this way.
return Theme::view('index',['posts' => $posts, 'recent_posts' => $rcnt_post]); @KatiaSishost
hello any can help me?
this work correctly (direct in blade)
return view('index')->with('posts',$post)->with('recent_posts',$rcnt_post);
but with themes no work (with laravel-theme)
return Theme::view('index')->with('posts',$post)->with('recent_posts',$rcnt_post);
The text was updated successfully, but these errors were encountered: