Why in Laravel 5 orderBy desc Query not fetching data
$todos = Todo::orderBy('created_at', 'desc')->get(); return view('todos.index')->with('todos', $todos);
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3mJrEA9
via IFTTT
$todos = Todo::orderBy('created_at', 'desc')->get(); return view('todos.index')->with('todos', $todos);
تعليقات
إرسال تعليق