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);
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);