$users = User::all(); dump($users); echo "shouts";
// dump <?php dump($array)?> // dump and die <?php dd($array)?>