create([ 'email' => 'admin@admin.com', 'password' => Hash::make('12345678'), ]); } }