lundi 2 novembre 2020

Why in Laravel 5 orderBy desc Query not fetching data

$todos = Todo::orderBy('created_at', 'desc')->get(); return view('todos.index')->with('todos', $todos);



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire