Ejemplo n.º 1
0
 public function index()
 {
     $records = Phone::findRequested();
     return $this->view("index", ['records' => $records]);
 }