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