MCQs > Website Designing & Development > Laravel Framework > Suppose we have a collection which contains the website news. What is the best way to share that collection in all views?

Laravel Framework MCQs

Suppose we have a collection which contains the website news. What is the best way to share that collection in all views?

Answer

Correct Answer: view()->share('news', NewsStory::orderBy('created_at', 'desc')->paginate(5));

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Laravel Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Laravel Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it