insert([ [ 'id' => '69b41063-c44c-40ce-b131-a06898bbc13a', 'name' => 'Alpha Administrator', 'email' => 'admin@cdc.com', 'password' => bcrypt('password'), 'role' => 'admin', 'created_at' => now(), 'updated_at' => now(), ], [ 'id' => '69b41063-c44c-40ce-b131-a06898bbc13b', 'name' => 'Alpha Student', 'email' => 'student@cdc.com', 'password' => bcrypt('password'), 'role' => 'student', 'created_at' => now(), 'updated_at' => now(), ], ]); } }