insert([ 'name' => 'admin', 'email' => 'admin@themesbrand.com', 'password' => Hash::make('123456789'), 'created_at' => now(), ]); } }