Exemplo n.º 1
0
 function invalid()
 {
     return view('invalid_phones')->with(['phones' => InvalidPhone::all()->sortBy('phone')]);
 }