Obtenha dados em formato de matriz em Laravel

User::where('name', '=', 'Jhon')->get()->toArray();
Delightful Donkey