insert([ 'name' => 'admin', 'email' => 'admin@gmail.com', 'password' => Hash::make('admin123'), ]); } }